RangeControl.VisibleRangeMaximumScaleFactor Property
Gets or sets the maximum scale(zoom) factor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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