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