Skip to main content

TcxLabelLineOptions Class

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

Declaration

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