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

TdxGaugeQuantitativeScaleCaptionOptionsView.UseOwnFont Property

Specifies a value indicating whether the custom label (caption) uses custom (i.e., its own) font settings.

#Declaration

Delphi
property UseOwnFont: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Use this property to select between the custom caption ‘s font settings derived from the current scale style and the font settings specified by using the Font property. If the UseOwnFont property is set to True, the font settings, specified by the Font property, are applied to the custom caption; otherwise, the custom caption uses the font employed by the scale’s major tick mark labels.

The default value of the UseOwnFont property is False.

See Also