Show / Hide Table of Contents

Class SymbolReferenceProperties

Symbol properties that changes how symbols behave when attached to a renderer.

Inheritance
System.Object
SymbolReferenceProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

AlternateSymbols
AlternateSymbols

Applies to

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