TdxGaugeQuantitativeScaleCaptionOptionsView.UseOwnFont Property
Specifies a value indicating whether the custom label (caption) uses custom (i.e., its own) font settings.
Declaration
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