Property MinScale
MinScale
Gets or sets the minimum scale at which this display filter is applied.
Declaration
public double MinScale { get; set; }
Property Value
Type | Description |
---|---|
Double | The minimum scale at which this display filter is applied. |
Remarks
This display filter is only applied when zoomed further in than the minimum scale. Set this property to allow current scale of the map to determine when this display filter is applied.
If Esri.ArcGISRuntime.UI.Controls.MapView.Scale or TargetScale is less than or equal this value, the DisplayFilter will be applied. This value should be greater than MaxScale.
A value of 0 indicates this display filter is applied without a lower limit.
The default value is 0.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.13 - 100.15 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 100.15 |