Show / Hide Table of Contents

Class SymbolLayerEdges3D

Defines edges on a symbol layer applicable for rendering 3D geometries.

Inheritance
System.Object
SymbolLayerEdges3D
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.