ToolBarTextAlign Enumeration |
Specifies the alignment of text on the toolbar button control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public enum ToolBarTextAlign
Public Enumeration ToolBarTextAlign
public enum class ToolBarTextAlign
Members
| Member name | Value | Description |
---|
| Underneath | 0 | The text is aligned underneath the toolbar button image. |
| Right | 1 | The text is aligned to the right of the toolbar button image. |
See Also