TdxLayoutLookAndFeelCaptionOptions.UseDefaultFont Property
Specifies whether to use the default settings for the caption’s font.
Descritpion
If the UseDefaultFont property is True, caption font settings use default settings, regardless of the current Font property value. If the UseDefaultFont property is set to False, you can modify caption font as your application needs dictate. Changing caption font sets the UseDefaultFont property to False.
The default value of the UseDefaultFont property is True.
Declaration
property UseDefaultFont: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
See Also