Skip to main content

TdxNavBarViewInfo.HintFont Method

Returns the font settings applied to the hint text.

Declaration

function HintFont: TFont; virtual;

Returns

Type
TFont

Remarks

This function is used to obtain the font used to paint the hint text. This value is specified by the corresponding style. The style can be applied either by the OptionsStyle.CustomStyles.Hint default style or by assigning a custom style to the OptionsStyle.CustomStyles.Hint property of the NavBar control. The custom style settings are more priority. The HintFont function returns the Font property value of the style assigned.

See Also