Show / Hide Table of Contents

Property Polyline

Polyline

Gets or sets the polyline symbol used to symbolize the hatch lines of a HatchFillSymbolLayer.

Declaration
public MultilayerPolylineSymbol Polyline { get; set; }
Property Value
Type Description
MultilayerPolylineSymbol

The polyline symbol used to symbolize the hatch lines of a HatchFillSymbolLayer.

Remarks

The returned value will be a MultilayerPolylineSymbol. If there is no polyline set, the method returns a default polyline. That default polyline has a single SolidStrokeSymbolLayer, with width of 1.3333 DIPs (1.0 points) and opaque black color.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.5 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.5 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.14
Xamarin.iOS100.5 - 100.14
UWP100.5 - 100.14
In This Article
Back to top Copyright © 2021 Esri.