Click or drag to resize

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; }

Property Value

Type: NullableBoolean
The 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