Method | 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.
|
|
ViewLayoutPadding ( ) : System |
Initialize a new instance of the ViewLayoutPadding class.
|
|
ViewLayoutPadding ( Padding displayPadding ) : System |
Initialize a new instance of the ViewLayoutPadding class.
|
|
ViewLayoutPadding ( Padding displayPadding, ViewBase child ) : System |
Initialize a new instance of the ViewLayoutPadding class.
|
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public ViewLayoutPadding ( Padding displayPadding ) : System | ||
displayPadding | Padding | Padding to use around area. |
return | System |
public ViewLayoutPadding ( Padding displayPadding, ViewBase child ) : System | ||
displayPadding | Padding | Padding to use around area. |
child | ViewBase | Child to add into view hierarchy. |
return | System |