TdxGaugeContainerScale.OptionsLayout Property
In This Article
Provides access to the size and positioning settings of the container scale created within the Gauge Control.
#Declaration
Delphi
property OptionsLayout: TdxGaugeContainerScaleOptionsLayout read; write;
#Property Value
Type |
---|
Tdx |
#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