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