HelpTextVerticalAlign Enum
Specifies the help text vertical alignment.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Auto
|
The help text is automatically aligned within its parent container. |
Top
|
The element is displayed at the top of its parent container. |
Bottom
|
The element is displayed at the bottom of its parent container. |
Middle
|
The element is displayed in the middle of its parent container. |
Related API Members
The following properties accept/return HelpTextVerticalAlign values:
Remarks
The HelpTextVerticalAlign enumerator contains values that specify the vertical alignment of the help text relative to its container. The values of this enumerator are used to set the LayoutItemHelpTextSettings.VerticalAlign property.
See Also