StackLayoutAlignLabels Property |
Gets or sets a value indicating whether the Label's alignment will be changed to match the alignment of the StackLayout.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(true)]
public bool AlignLabels { get; set; }
<DefaultValueAttribute(true)>
Public Property AlignLabels As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member AlignLabels : bool with get, set
Property Value
Type:
Booleantrue if to label alignment; otherwise,
false.
Remarks See Also