Show / Hide Table of Contents

Enum FeatureRenderingMode

Rendering modes available for feature layers.

Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum FeatureRenderingMode

Fields

Name Description
Automatic

The rendering mode for the layer will be automatically chosen based on the geometry type and renderer.

Dynamic

Dynamic rendering mode - Features will be updated as pan and zoom operations for a smoothly rendered display. This mode is not supported by all renderers. A heat map renderer is an example of a renderer not supported by the dynamic rendering mode. Unknown.

Static

Static rendering mode. Only update features between zoom and pan operations in a retained mode. This mode is good for complex geometries or features to be rendered with cartographic quality symbology for example. It may also be suited for rendering features when low end graphics hardware is used.

See Also
RenderingMode

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.2.1 - 200.1
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.2.1 - 100.15
iOS100.2.1 - 100.15
UWP100.2.1 - 200.1
In This Article
Back to top Copyright © 2022 Esri.