Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetVAlignment(
    VertAlignment align
)

Parameters

Name Type Description
align VertAlignment

A VertAlignment value specifying the vertical alignment to be applied to the StateAppearances object.

See Also