Class LayerSceneProperties
Collection of properties for layers or overlays that participate in a Scene.
Inheritance
System.Object
LayerSceneProperties
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.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LayerSceneProperties : INotifyPropertyChanged
Remarks
Scene properties can be retrieved from the Graphics
Constructors
Name | Description |
---|---|
Layer |
Initializes a new instance of the Layer |
Layer |
Initializes a new instance of the Layer |
Properties
Name | Description |
---|---|
Altitude |
Gets or sets the altitude offset on the layer. |
Surface |
Gets or sets the Surface |
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
Choose camera controller: Control the behavior of the camera in a scene.
Scene properties expressions: Update the orientation of a graphic using expressions based on its attributes.