TdxNavBarBaseStyle.Font Property
Provides access to the font settings applied to an element’s contents.
Declaration
property Font: TFont read; write;
Property Value
Type |
---|
TFont |
Remarks
Use this property to customize the font settings. The Font.Height property automatically updates by multiplying its current value by the form’s scaling factor every time it changes if the savFont flag is present in the AssignedValues property value.
See Also