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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |
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. |
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |