Class SymbolLayerEdges3D
Defines edges on a symbol layer applicable for rendering 3D geometries.
Inheritance
System.Object
SymbolLayerEdges3D
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 SymbolLayerEdges3D
Remarks
Edge rendering visualization is specific for 3D visualizations. It can be used to emphasize the form of 3D objects and to improve the three-dimensional spatial understanding. Edges are currently accessible only on MultilayerMeshSymbol.
Constructors
Name | Description |
---|---|
SymbolLayerEdges3D() | Initializes a new instance of the SymbolLayerEdges3D class with solid style and default values for color (black) and width (1). |
SymbolLayerEdges3D(Color, Double) | Initializes a new instance of the SymbolLayerEdges3D class with the given color and width using a solid style. |
Properties
Name | Description |
---|---|
Color | Gets or sets the color of the edges. |
Width | Gets or sets the width of the edges in device-independent pixels. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |