LabelIHandlerVerticalAlignment Property |
Gets or sets the vertical alignment of the text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax VerticalAlignment VerticalAlignment { get; set; }
Property VerticalAlignment As VerticalAlignment
Get
Set
abstract VerticalAlignment : VerticalAlignment with get, set
Property Value
Type:
VerticalAlignmentThe vertical alignment.
Remarks
When auto sizing the label, this won't have an affect unless the label's container is larger than the text.
See Also