ToolBarTextAlign
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the alignment of text on the ToolBarButton control.
- C#
- VB.NET
public enum ToolBarTextAlign : Enum
Public Enum ToolBarTextAlign As [Enum]
Fields
| Name | Description |
|---|---|
| Right | The text is aligned to the right of the ToolBarButton image. |
| Underneath | The text is aligned underneath the ToolBarButton image. |
Used By
| Name | Description |
|---|---|
| ToolBar.TextAlign | Returns or sets the alignment of text in relation to each image displayed on the toolbar button controls. |