Skip to main content

TdxGaugeContainerScale.OptionsLayout Property

Provides access to the size and positioning settings of the container scale created within the Gauge Control.

Declaration

property OptionsLayout: TdxGaugeContainerScaleOptionsLayout read; write;

Property Value

Type
TdxGaugeContainerScaleOptionsLayout

Remarks

Use this property to customize layout settings of the scale grouping container, including its relative dimensions and absolute/relative position within the parent object (i.e., the Gauge Control instance). Refer to the TdxGaugeContainerScaleOptionsLayout class description for additional information.

See Also