Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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