TdxCustomFormattedLabelProperties.ShowEndEllipsis Property
Specifies if the formatted label can display an end ellipsis instead of cropped content.
Declaration
property ShowEndEllipsis: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to replace the label’s content that does not fit in the client area with an end ellipsis.
The default value of the ShowEndEllipsis property is False.
See Also