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 - 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 |
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 |
|---|---|---|
| Double | minScale | Scale at which the symbol starts rendering. |
| 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 - 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 |