Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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