Property RenderingMode
RenderingMode
Gets or sets the mode that defines how the oriented imagery layer is rendered.
Declaration
public FeatureRenderingMode RenderingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| FeatureRenderingMode | The mode that defines how the oriented imagery layer is rendered. |
Remarks
Static mode is better suited for displaying large datasets and for complex symbology because it does not update the layer's display while pan/zoom operations are in progress.
Dynamic mode is better suited for small datasets that update frequently or for better interactive experiences when the layer's display is updated continuously while pan/zoom operations are in progress.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |