Show / Hide Table of Contents

Property MaxScale

MaxScale

Gets or sets the maximum scale at which this display filter is applied.

Declaration
public double MaxScale { get; set; }
Property Value
Type Description
System.Double

The maximum scale at which this display filter is applied.

Remarks

This display filter is only applied when zoomed further out than the maximum 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 greater than or equal this value, the DisplayFilter will be applied. This value should be less than MinScale.

A value of 0 indicates this display filter is applied without an upper limit.

The default value is 0.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.13 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.13 - 200.8
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 200.8
In This Article
Back to top Copyright © 2022 Esri.