Show / Hide Table of Contents

Class SimpleRenderer

A custom symbology renderer where the features of a Layer are displayed as a single symbol.

Inheritance
Object
Renderer
SimpleRenderer
Implements
INotifyPropertyChanged
Renderer.RotationExpression
Renderer.RotationType
Renderer.SceneProperties
Renderer.UnknownJson
Renderer.UnsupportedJson
Renderer.FromJson(String)
Renderer.ToJson()
Renderer.GetSymbol(GeoElement)
Renderer.GetSymbol(GeoElement, Boolean)
Renderer.Clone()
Renderer.PropertyChanged
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SimpleRenderer : Renderer, INotifyPropertyChanged

Constructors

Name Description
SimpleRenderer(Symbol)

Initializes a new instance of the SimpleRenderer class with the given symbol.

Properties

Name Description
Description

Gets or sets the renderer description.

Label

Gets or sets the renderer label.

Symbol

Gets or sets the symbol this renderer will use.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0

Relevant samples

Browse WFS layers: Browse a WFS service for layers and add them to the map.
Buffer: Create a buffer around a map point and display the results as a `Graphic`
In This Article
Back to top Copyright © 2022 Esri.