Method | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
SetMinimumAsPreferred ( bool minimum ) : void |
Sets if the minimum size should be used instead of preferred.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutPageShow ( |
Initialize a new instance of the ViewLayoutPageShow class.
|
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public SetMinimumAsPreferred ( bool minimum ) : void | ||
minimum | bool | Should minimum be used instead of preferred. |
return | void |
public ViewLayoutPageShow ( |
||
navigator | ||
return | System |