Table of Contents

Class FillLayerProperties

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

fillSortKey int?
fillAntialias bool?
fillOpacity int?
fillColor string
fillOutlineColor string
fillTranslate int[]
fillTranslateAnchor string
fillPattern string

Properties

FillAntialias

public bool? FillAntialias { get; set; }

Property Value

bool?

FillColor

public string? FillColor { get; set; }

Property Value

string

FillOpacity

public int? FillOpacity { get; set; }

Property Value

int?

FillOutlineColor

public string? FillOutlineColor { get; set; }

Property Value

string

FillPattern

public string? FillPattern { get; set; }

Property Value

string

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

string

Methods

FromJson(string)

public void FromJson(string json)

Parameters

json string

ToDictionary()

public IDictionary<string, object?> ToDictionary()

Returns

IDictionary<string, object>