Méthode | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutSeparator ( int length ) : System |
Initialize a new instance of the ViewLayoutRibbonSeparator class.
|
|
ViewLayoutSeparator ( int width, int height ) : System |
Initialize a new instance of the ViewLayoutRibbonSeparator class.
|
public GetPreferredSize ( |
||
context | Layout context. | |
Résultat |
public Layout ( |
||
context | Layout context. | |
Résultat | void |
public ViewLayoutSeparator ( int length ) : System | ||
length | int | Length of the separator. |
Résultat | System |
public ViewLayoutSeparator ( int width, int height ) : System | ||
width | int | Width of the separator. |
height | int | Height of the separator. |
Résultat | System |