TdxGaugeScaleOptionsRectangularLayout Class
The base class for the layout options of all scale types.
Declaration
TdxGaugeScaleOptionsRectangularLayout = class(
TdxGaugeScaleOptionsCustomLayout
)
Remarks
This class simply publishes both the generic and rectangular layout-specific settings of scales implemented in its ancestor.
The TdxGaugeScaleOptionsRectangularLayout object is referenced by the OptionsLayout property implemented in the TdxGaugeCustomScale class.
The TdxGaugeCustomScale.OptionsLayout property is directly inherited and published by the TdxGaugeDigitalScale, TdxGaugeLinearScale, TdxGaugeDBDigitalScale, and TdxGaugeDBLinear classes. The classes, descending from the TdxGaugeCustomScale class, implement scale types with non-rectangular layouts, and override the TdxGaugeCustomScale.OptionsLayout property.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxGaugeScaleOptionsPersistent
TdxGaugeScaleOptionsCustomLayout
TdxGaugeScaleOptionsRectangularLayout
See Also