DynamicItemYScale Property |
Gets or sets the vertical scale of the item
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Nullable<bool> YScale { get; set; }
Public Property YScale As Nullable(Of Boolean)
Get
Set
member YScale : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanThe vertical scale.
Remarks
When true, the control takes up all remaining vertical space available.
If there is more than one item with this set to true, then they share the remaining space equally.
See Also