Skip to main content

TdxGaugeScaleOptionsCustomLayout.Stretch Property

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

Declaration

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