TcxFontPreview.ShowEndEllipsis Property
In This Article
Determines whether clipped preview text is replaced with an ellipsis.
#Declaration
Delphi
property ShowEndEllipsis: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
By default, the font preview text is displayed with the maximum font size, which is allowed by the font name combo box width. If the combo box width is not enough to fit the entire region of the preview text, then this text is clipped. Set ShowEndEllipsis to True to display an ellipsis instead of the clipped text.
Show |
Show |
---|---|
![]() |
![]() |
You can also display long preview text by using the TcxFontPreview.WordWrap property. Setting this property to True wraps the preview text so it fits within the preview area:
The default value of the ShowEndEllipses property is True.
See Also