Back to Devexpress

HelpTextVerticalAlign Enum

aspnet-devexpress-dot-web-6511fb82.md

latest1.6 KB
Original Source

HelpTextVerticalAlign Enum

Specifies the help text vertical alignment.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HelpTextVerticalAlign
vb
Public Enum HelpTextVerticalAlign

Members

NameDescription
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:

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

DevExpress.Web Namespace