Show / Hide Table of Contents

Constructor SimpleLineSymbol

SimpleLineSymbol()

Initializes a new instance of the SimpleLineSymbol class.

Declaration
public SimpleLineSymbol()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
Relevant samples
Add graphics with symbols: Use a symbol style to display a graphic on a graphics overlay.
Browse WFS layers: Browse a WFS service for layers and add them to the map.
Buffer: Create a buffer around a map point and display the results as a `Graphic`
Buffer list: Generate multiple individual buffers or a single unioned buffer around multiple points.

SimpleLineSymbol(SimpleLineSymbolStyle, Color, Double)

Initializes a new instance of the SimpleLineSymbol class.

Declaration
public SimpleLineSymbol(SimpleLineSymbolStyle style, Color color, double width)
Parameters
Type Name Description
SimpleLineSymbolStyle style

Indicates the type of simple line symbol to create.

System.Drawing.Color color

The color of the simple line symbol.

System.Double width

The width of the simple line symbol.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.3 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.