TcxFontPreview.FontStyle Property
In This Article
Specifies the style of preview section text.
#Declaration
Delphi
property FontStyle: TFontStyles read; write; default [];
#Property Value
Type |
---|
TFont |
#Remarks
There are four styles that can be applied to preview section text: Bold, Italic, Underline and StrikeOut. These styles can be applied by pressing the required combination of the preview section buttons:
The FontStyle property allows you to specify the preview section’s text style programmatically.
The default value of the FontStyle property is [].
See Also