Skip to main content
A newer version of this page is available. .

RangeControl.VisibleRangeMaximumScaleFactor Property

Gets or sets the maximum scale(zoom) factor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(10)]
[DXCategory("Behavior")]
public double VisibleRangeMaximumScaleFactor { get; set; }

Property Value

Type Default Description
Double 10

A double value, greater than or equal to 1, that specifies the maximum scale factor.

Remarks

See RangeControl.VisibleRangeScaleFactor to learn more.

See Also