Click or drag to resize

ToolBarTextAlign Enumeration

Text alignment hint for items in a ToolBar

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum ToolBarTextAlign
Members
  Member nameValueDescription
Right0 Text will be shown to the right of the toolbar item, if available
Underneath1 Text will be shown below the toolbar items
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