ToolBarTextAlign Property |
Gets or sets the text alignment hint.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ToolBarTextAlign TextAlign { get; set; }
Public Property TextAlign As ToolBarTextAlign
Get
Set
member TextAlign : ToolBarTextAlign with get, set
Property Value
Type:
ToolBarTextAlignThe text alignment hint.
Remarks
Note that some platforms may define the visual style of toolbar items and this just serves as a hint for platforms
that support such features (e.g. windows).
See Also