TcxFontPreview.FontStyle Property
Specifies the style of preview section text.
Declaration
property FontStyle: TFontStyles read; write; default [];
Property Value
Type |
---|
TFontStyles |
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