UpdateSize() public méthode

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.
Résultat void
Exemple #1
0
 private void OnSlidePanelSeparatorMoved(object sender, SplitterEventArgs e)
 {
     _slidePanel.UpdateSize(e.SplitX, e.SplitY);
 }