Back to Devexpress

TdxGaugeScaleOptionsCustomLayout.CenterPositionType Property

vcl-dxgaugecustomscale-dot-tdxgaugescaleoptionscustomlayout.md

latest1.8 KB
Original Source

TdxGaugeScaleOptionsCustomLayout.CenterPositionType Property

Specifies how the scale‘s center is positioned within the parent object.

Declaration

delphi
property CenterPositionType: TdxGaugeScalePositionType read; write; default sptFactor;

Property Value

TypeDefault
TdxGaugeScalePositionTypesptFactor

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

TdxGaugeScaleOptionsCustomLayout.CenterPositionFactorX

TdxGaugeScaleOptionsCustomLayout.CenterPositionFactorY

TdxGaugeScaleOptionsCustomLayout.CenterPositionX

TdxGaugeScaleOptionsCustomLayout.CenterPositionY

TdxGaugeScaleOptionsCustomLayout Class

TdxGaugeScaleOptionsCustomLayout Members

dxGaugeCustomScale Unit