Class RendererSceneProperties
Collection of properties for renderers that participate in a Scene.
Inheritance
System.Object
RendererSceneProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RendererSceneProperties : INotifyPropertyChanged
Constructors
Name | Description |
---|---|
Renderer |
Initializes a new instance of the Renderer |
Renderer |
Initializes a new instance of the Renderer |
Renderer |
Initializes a new instance of the Renderer |
Properties
Name | Description |
---|---|
Extrusion |
Gets or sets the extrusion expression. |
Extrusion |
Gets or sets the extrusion mode. |
Heading |
Gets or sets the heading expression. |
Pitch |
Gets or sets the pitch expression. |
Roll |
Gets or sets the roll expression. |
Events
Name | Description |
---|---|
Property |
Occurs when a property value changes. |
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 |
Relevant samples
Feature layer extrusion: Extrude features based on their attributes.
Scene properties expressions: Update the orientation of a graphic using expressions based on its attributes.