TdxGaugeScaleOptionsCustomLayout.CenterPositionType Property
Specifies how the scale‘s center is positioned within the parent object.
Declaration
property CenterPositionType: TdxGaugeScalePositionType read; write; default sptFactor;
Property Value
Type | Default |
---|---|
TdxGaugeScalePositionType | sptFactor |
Remarks
Use this property to change the scale’s positioning mode within the Gauge Control. Refer to the TdxGaugeScalePositionType type description for the full list of available options.
The default value of the CenterPositionType property is sptFactor.
See Also