TdxNavBarViewInfo.HintGradientMode Method
Returns the direction of the gradient that fills the hint background.
Declaration
function HintGradientMode: TdxBarStyleGradientMode; virtual;
Returns
Type |
---|
TdxBarStyleGradientMode |
Remarks
This function is used to obtain the gradient direction used to fill the hint’s background. 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 HintGradientMode function returns the GradientMode property value of the style assigned.
See Also