Simple Fill Symbol
constructor(style: SimpleFillSymbolStyle = SimpleFillSymbolStyle.Solid, color: Color = Color.white, outline: LineSymbol? = null)
Creates a simple fill symbol object with a color, style and outline.
Since
200.1.0
Parameters
style
The type of simple fill symbol to create.
color
The color of the simple fill symbol.
outline
The outline of the simple fill symbol.