Constructor SymbolLayerEdges3D
SymbolLayerEdges3D()
Initializes a new instance of the SymbolLayerEdges3D class with solid style and default values for color (black) and width (1).
Declaration
public SymbolLayerEdges3D()
Applies to
Platforms and versions
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 |
SymbolLayerEdges3D(Color, Double)
Initializes a new instance of the SymbolLayerEdges3D class with the given color and width using a solid style.
Declaration
public SymbolLayerEdges3D(Color color, double width)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | The color of the edges. |
System.Double | width | The width of the edges in device-independent pixels. |
Applies to
Platforms and versions
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 |