Skip to main content

TdxGaugeCustomCircularWideScale.OptionsLayout Property

Provides access to the wide arc scale layout settings.

Declaration

property OptionsLayout: TdxGaugeScaleOptionsRectangularLayout read; write;

Property Value

Type
TdxGaugeScaleOptionsRectangularLayout

Remarks

Use this property set to specify either the absolute (in pixels) or relative (as factors multiplied by the dimensions of the scale’s parent object) values of both the position and dimensions.

Refer to the TdxGaugeScaleOptionsRectangularLayout class description and the Scale Layout topic for additional information.

See Also