Constructor SymbolReferenceProperties
SymbolReferenceProperties()
Initializes a new instance of the SymbolReferenceProperties class.
Declaration
public SymbolReferenceProperties()
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 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.13 - 200.5 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.5 |
SymbolReferenceProperties(Double, Double)
Initializes a new instance of the SymbolReferenceProperties class with minimum and maximum scales.
Declaration
public SymbolReferenceProperties(double minScale, double maxScale)
Parameters
Type | Name | Description |
---|---|---|
System.Double | minScale | Scale at which the symbol starts rendering. |
System.Double | maxScale | Scale at which the symbol stops rendering. |
Remarks
Minimum and maximum scale values are used in the context of alternate symbols defined for a ClassBreak or a UniqueValue.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 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.13 - 200.5 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.5 |