Skip to main content

TdxGaugeScaleOptionsArcLayout.Radius Property

Specifies the absolute radius of an arc scale.

Declaration

property Radius: Integer read; write;

Property Value

Type
Integer

Remarks

This property is deprecated, and is retained only for backward compatibility purposes. In order to specify the absolute size of an arc scale’s layout, use the Height and/or Width properties instead.

If the Radius property value is specified, the new values of the Height and Width properties are calculated. The properties that specify the absolute scale dimensions have priority over the properties used to set the relative scale layout size.

See Also