Class DictionaryRenderer
Renders geoelements using symbols generated from a Dictionary
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class DictionaryRenderer : Renderer, INotifyPropertyChanged
Remarks
The dictionary renderer applies symbols to features or graphics according
to a set of input attribute values.The symbol primitives and logic(rule engine) for
applying symbols is provided by an associated Dictionary
Constructors
Name | Description |
---|---|
Dictionary |
Initializes a new instance of the Dictionary |
DictionaryRenderer(DictionarySymbolStyle, IDictionary<String, String>, IDictionary<String, String>) | Initializes a new instance of the Dictionary |
Properties
Name | Description |
---|---|
Scale |
Gets or sets an Arcade expression object with an expression for scaling symbols in a dictionary renderer. |
Symbol |
Gets or sets the dictionary symbol style to be applied by the renderer. |
Symbology |
Gets or sets the dictionary of a symbology attribute and its override used to fetch a symbol from the dictionary symbol style. |
Text |
Gets or sets the map of a text attribute and its override used to fetch symbol text and placement from the dictionary symbol style. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |