aspnet-devexpress-dot-web-6511fb82.md
Specifies the help text vertical alignment.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum HelpTextVerticalAlign
Public Enum HelpTextVerticalAlign
| 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.
|
The following properties accept/return HelpTextVerticalAlign values:
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