TcxEditRepositoryFormattedLabel.Properties Property
Provides access to stored formatted label settings.
Declaration
property Properties: TdxFormattedLabelProperties read; write;
Property Value
Type | Description |
---|---|
TdxFormattedLabelProperties | Stores formatted label settings. |
Remarks
You can set the Properties
.WordWrap property to True
to wrap label text. Properties
.HyperlinkColor and Properties
.ShowEndEllipsis properties allow you to change hyperlink color and display an ellipsis at the end of truncated label text if it does not fit into the label client area.
Refer to the TdxFormattedLabelProperties class description for detailed information on all available options.
See Also