Method | Description | |
---|---|---|
Arrange ( RectangleF finalSize ) : void |
Arranges the specified final size.
|
|
Measure ( Vector2 availableSize ) : Vector2 |
Measures the specified available size.
|
|
StackPanelControl ( ) : System.Runtime.Serialization |
Initializes a new instance of the StackPanelControl class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
public Arrange ( RectangleF finalSize ) : void | ||
finalSize | RectangleF | The final size. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public Measure ( Vector2 availableSize ) : Vector2 | ||
availableSize | Vector2 | Size of the available. |
return | Vector2 |
public StackPanelControl ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |