Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PictureFillSymbolProperties

Hierarchy

Index

Properties

Optional color

color: string | Color | number[]

The color of the symbol.

Read more...

Optional height

height: string | number

The height of the image in points.

Read more...

Optional outline

The outline of the polygon.

Read more...

Optional type

type: "simple-fill" | "picture-fill"

The symbol type.

Read more...

Optional url

url: string

The URL to the image.

Read more...

Optional width

width: string | number

The width of the image in points.

Read more...

Optional xoffset

xoffset: string | number

The offset on the x-axis in points.

Read more...

Optional xscale

xscale: number

The scale factor on the x axis of the symbol.

Read more...

Optional yoffset

yoffset: string | number

The offset on the y-axis in pixels or points.

Read more...

Optional yscale

yscale: number

The scale factor on the y axis of the symbol.

Read more...

Generated using TypeDoc