Property MinScale
MinScale
Gets or sets the minimum scale at which labels will be visible. In 3D scenes, the scale range is between individual label and view plane instead of map and view plane.
Declaration
public double MinScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Scale denominator (e.g. |
Remarks
Labels will only be visible when the viewing scale is larger than (or equal to) the MinScale. For example, if the viewing scale is 1:12000 and the MinScale is 1:20000, then the labels will be visible (because 1/12000 >= 1/20000). A MinScale of 0, which is the default, indicates no lower limit on the viewing scale.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.11 - 200.5 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.5 |