Click or drag to resize

LabelIHandlerTextAlignment Property

Gets or sets the horizontal alignment of the text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
TextAlignment TextAlignment { get; set; }

Property Value

Type: TextAlignment
The horizontal 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