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

TcxLabelLineOptions Class

Contains appearance settings of a line drawn next to a Label control’s caption.

#Declaration

Delphi
TcxLabelLineOptions = class(
    TPersistent
)

#Remarks

Members of this class allow you to:

  • Specify the visibility of a line (Visible).

  • Position a line within a label (Alignment).

  • Specify the color of two lines representing the resulting line (InnerColor and OuterColor).

Use a label’s Properties.LineOptions property, to access this set of options.

#Inheritance

TObject
TPersistent
TcxLabelLineOptions
See Also