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

TdxGaugeContainerScale.OptionsLayout Property

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
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