StateAppearances.SetVAlignment(VertAlignment) Method
Sets the specified text vertical alignment for the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled appearance objects that belong to the current StateAppearances object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
align | VertAlignment | A VertAlignment value specifying the vertical alignment to be applied to the StateAppearances object. |
See Also