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.Stretch Property

Specifies the value indicating whether the scale is stretched to its bounding box dimensions.

#Declaration

Delphi
property Stretch: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to stretch the actual scale area to the boundaries whose dimensions are specified either in pixels (by using the Height and Width properties) or in factor values multiplied by the respective dimensions (in pixels) of the parent object (by using the HeightFactor and WidthFactor properties):

If the Stretch property is set to False, the scale is simply centered within the specified boundaries while keeping its style-determined height-to-width ratio:

Note

The Stretch property is not available in the OptionsLayout property set of all arc scale types.

The default value of the Stretch property is False.

See Also