Class FillLayerProperties
- Namespace
- MapLibreNative.Maui.Handlers.Properties
public class FillLayerProperties : ILayerProperties
- Inheritance
-
FillLayerProperties
- Implements
- Inherited Members
Constructors
FillLayerProperties(int?, bool?, int?, string?, string?, int[]?, string?, string?)
public FillLayerProperties(int? fillSortKey, bool? fillAntialias, int? fillOpacity, string? fillColor, string? fillOutlineColor, int[]? fillTranslate, string? fillTranslateAnchor, string? fillPattern)
Parameters
fillSortKeyint?fillAntialiasbool?fillOpacityint?fillColorstringfillOutlineColorstringfillTranslateint[]fillTranslateAnchorstringfillPatternstring
Properties
FillAntialias
public bool? FillAntialias { get; set; }
Property Value
- bool?
FillColor
public string? FillColor { get; set; }
Property Value
FillOpacity
public int? FillOpacity { get; set; }
Property Value
- int?
FillOutlineColor
public string? FillOutlineColor { get; set; }
Property Value
FillPattern
public string? FillPattern { get; set; }
Property Value
FillSortKey
public int? FillSortKey { get; set; }
Property Value
- int?
FillTranslate
public int[]? FillTranslate { get; set; }
Property Value
- int[]
FillTranslateAnchor
public string? FillTranslateAnchor { get; set; }
Property Value
Methods
FromJson(string)
public void FromJson(string json)
Parameters
jsonstring
ToDictionary()
public IDictionary<string, object?> ToDictionary()