UpdateSize() public method

Update the size and position of the slide out panel.
public UpdateSize ( int width, int height ) : void
width int Delta width to apply.
height int Delta height to apply.
return void
Beispiel #1
0
 private void OnSlidePanelSeparatorMoved(object sender, SplitterEventArgs e)
 {
     _slidePanel.UpdateSize(e.SplitX, e.SplitY);
 }