Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarStyleVAlignment Enum

Specifies the vertical alignment of an element’s contents.

#Declaration

Delphi
TdxBarStyleVAlignment = (
    vaTop,
    vaCenter,
    vaBottom
);

#Members

Name
vaTop
vaCenter
vaBottom

#Remarks

The TdxBarStyleVAlignment type contains the values controlling the vertical position of an element’s contents. The following table represents available enumerator values.

Value Description
vaTop The element’s contents are aligned by the top.
vaCenter The element’s contents are vertically centered.
vaBottom The element’s contents are aligned by the bottom.
See Also