Enum AuiToolbarTextOrientation
Defines possible text orientations for AuiToolbar items.
public enum AuiToolbarTextOrientation
Fields
Bottom = 3
Text in toolbar items is bottom aligned.
Left = 0
Text in toolbar items is left aligned, currently unused/unimplemented.
Right = 1
Text in toolbar items is right aligned.
Top = 2
Text in toolbar items is top aligned, currently unused/unimplemented.