Constructor HatchFillSymbolLayer
HatchFillSymbolLayer()
Initializes a new instance of the HatchFillSymbolLayer class.
Declaration
public HatchFillSymbolLayer()
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.5 - 200.5 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.5 |
HatchFillSymbolLayer(MultilayerPolylineSymbol, Double)
Initializes a new instance of the HatchFillSymbolLayer class using an angle.
Declaration
public HatchFillSymbolLayer(MultilayerPolylineSymbol multilayerPolylineSymbol, double angle)
Parameters
Type | Name | Description |
---|---|---|
MultilayerPolylineSymbol | multilayerPolylineSymbol | a MultilayerPolylineSymbol to use as the hatch line of the symbol layer. |
System.Double | angle | A double value representing the angle to rotate the hatch lines, in degrees measured counterclockwise from East. |
Remarks
The fill rotates counterclockwise from East. Angle values can be negative.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.5 - 200.5 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.5 |