TextBoxCellTextAlignment Property |
Gets or sets the horizontal alignment of the text within the cell.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TextAlignment TextAlignment { get; set; }
Public Property TextAlignment As TextAlignment
Get
Set
member TextAlignment : TextAlignment with get, set
Property Value
Type:
TextAlignmentThe text alignment.
See Also