Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeCustomCaptionOptionsView.Font Property

Provides access to the settings of the font used to display a custom scale caption.

#Declaration

Delphi
property Font: TFont read; write;

#Property Value

Type
TFont

#Remarks

Use this property to customize font settings of the custom scale inscription. The actual appearance of the custom inscription is determined either by the Font property or by the scale style-specific font settings.

Note

In order to rotate the text string displayed by a scale custom caption, use the RotationAngle property.

See Also