Click or drag to resize

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; }

Property Value

Type: ToolBarTextAlign
The 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