Skip to main content

TcxLabelLineOptions.Visible Property

Specifies whether a line is drawn next to the label’s caption.

Declaration

property Visible: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to display a line. This automatically assigns False to the label’s AutoSize property, so that you can resize the label at design time to provide space for the line. Use the Alignment property to adjust the line’s position within the label.

Note that a line is painted only when a label’s Properties.Angle property is set to 0 or 90.

See Also