Class SymbolReferenceProperties
Symbol properties that changes how symbols behave when attached to a renderer.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SymbolReferenceProperties : INotifyPropertyChanged
Remarks
SymbolReferenceProperties contains conditional properties that are not used directly by the symbol but rather by the renderer to change how a symbol is visualized based on the state of the view and the data. For example, MinScale and MaxScale will be used by class breaks and unique value renderers to determine if a class break or unique value is visible at a certain scale. Additional symbols can be assigned as alternatives to the primary symbol. This allows the map author to control which symbol is displayed at certain scales.
Constructors
Name | Description |
---|---|
SymbolReferenceProperties() | Initializes a new instance of the SymbolReferenceProperties class. |
SymbolReferenceProperties(Double, Double) | Initializes a new instance of the SymbolReferenceProperties class with minimum and maximum scales. |
Properties
Name | Description |
---|---|
MaxScale | Gets or sets the maximum scale at which the symbol will be visible. |
MinScale | Gets or sets the minimum scale at which the symbol will be visible. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |
See Also
Applies to
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 |