TcxCustomLabelProperties.LineOptions Property
Provides access to appearance options of a line drawn next to the label’s text.
Declaration
property LineOptions: TcxLabelLineOptions read; write;
Property Value
Type |
---|
TcxLabelLineOptions |
Remarks
To display the line, set the LineOptions.Visible property to True and resize the label to provide space for the line.
See Also