Class Renderer
Base class for renderers used to display features in a Layer or GraphicsOverlay.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class Renderer : INotifyPropertyChanged
Properties
Name | Description |
---|---|
RotationExpression | Gets or sets the expression describing how GeoElement's attributes are translated into a rotation to be applied to the GeoElement. |
RotationType | Gets or sets whether the rotation calculated from the RotationExpression is relative to the screen or map. |
SceneProperties | Gets or sets the scene properties for the renderer. |
UnknownJson | Gets unknown data from the source JSON. |
UnsupportedJson | Gets unsupported data from the source JSON. |
Methods
Name | Description |
---|---|
Clone() | Returns a clone of the Renderer. |
FromJson(String) | Returns the json representation of the renderer |
GetSymbol(GeoElement) | Returns the symbol the renderer uses to represent the supplied GeoElement. |
GetSymbol(GeoElement, Boolean) | Returns the symbol that should be used to visualize the given GeoElement with override attributes from renderer. |
ToJson() | Returns the json representation of the renderer |
Events
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |