Skip to main content

TdxGaugeCustomCaptionOptionsView Class

The base class for the custom scale inscription display options.

Declaration

TdxGaugeCustomCaptionOptionsView = class(
    TdxGaugeCustomCaptionOptionsPersistent
)

Remarks

This class implements the functionality required by the display options applied to the custom labels used in both the quantitative and digital scales.

The TdxGaugeCustomCaptionOptionsView class extends its ancestor class with the following properties allowing you to:

  • Customize the settings of the font used to display the custom label on a scale (the Font property);

  • Apply any tilt angle to the custom label inscription on a scale (the RotationAngle property).

The TdxGaugeCustomCaptionOptionsView object is referenced by the OptionsView property, implemented in the TdxGaugeCustomCaption class, and published in the TdxGaugeDigitalScaleCaption class.

See Also