TdxGaugeCustomScale.OptionsLayout Property
Provides access to the rectangular scale layout options.
Declaration
property OptionsLayout: TdxGaugeScaleOptionsCustomLayout read; write;
Property Value
Type |
---|
TdxGaugeScaleOptionsCustomLayout |
Remarks
This property is published only in those descendants of the TdxGaugeCustomScale class which employ the rectangular layout:
The classes implementing the unbound and data-aware linear scales (TdxGaugeLinearScale and TdxGaugeDBLinearScale);
The classes implementing the unbound and data-aware digital scales (TdxGaugeDigitalScale and TdxGaugeDBDigitalScale).
The OptionsLayout property is overridden in the TdxGaugeArcQuantitativeScale class that implements the basic functionality for the circular, three-fourth circular, half-circular, and quarter-circular scales that employ the arc layout.
Refer to the TdxGaugeScaleOptionsRectangularLayout class description and the Scale Layout topic for more information on available rectangular layout-specific options.