The pattern used to render the fill of the polygon (only applies to PolygonSymbol3D).
Referenced by: FillSymbol3DLayer
Properties
| Property | Details | 
|---|---|
| style | String value representing predefined styles that can be set as polygon fills. Valid values: backward-diagonal, cross, diagonal-cross, forward-diagonal, horizontal, none, solid, vertical | 
| type | The type of pattern applied to the polygon fill. Valid value of this property style | 
Example
{
  "type": "style",
  "style": "cross"
}