Back to Devexpress

RangeControl.VisibleRangeMaximumScaleFactor Property

windowsforms-devexpress-dot-xtraeditors-dot-rangecontrol-0a70623d.md

latest1.5 KB
Original Source

RangeControl.VisibleRangeMaximumScaleFactor Property

Gets or sets the maximum scale(zoom) factor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(10)]
[DXCategory("Behavior")]
public double VisibleRangeMaximumScaleFactor { get; set; }
vb
<DefaultValue(10)>
<DXCategory("Behavior")>
Public Property VisibleRangeMaximumScaleFactor As Double

Property Value

TypeDefaultDescription
Double10

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

|

Remarks

See RangeControl.VisibleRangeScaleFactor to learn more.

See Also

VisibleRangeScaleFactor

RangeControl Class

RangeControl Members

DevExpress.XtraEditors Namespace