Skip to main content

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 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.

See Also