ToolBarIHandlerTextAlign Property |
Gets or sets the text alignment hint.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ToolBarTextAlign TextAlign { get; set; }
Property TextAlign As ToolBarTextAlign
Get
Set
abstract 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