Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimpleLineSymbolProperties

Hierarchy

Index

Properties

Optional cap

cap: "round" | "square" | "butt"

Specifies the cap style.

Read more...

Optional color

color: string | Color | number[]

The color of the symbol.

Read more...

Optional join

join: "round" | "bevel" | "miter"

Specifies the join style.

Read more...

Optional marker

Specifies the color, style, and placement of a symbol marker on the line.

Read more...

Optional miterLimit

miterLimit: number

Maximum allowed ratio of the width of a miter join to the line width.

Read more...

Optional style

style: "none" | "solid" | "dash" | "dash-dot" | "dot" | "long-dash" | "long-dash-dot" | "long-dash-dot-dot" | "short-dash" | "short-dash-dot" | "short-dash-dot-dot" | "short-dot"

Specifies the line style.

Read more...

Optional type

type: "simple-line"

The symbol type.

Read more...

Optional width

width: string | number

The width of the symbol in points.

Read more...

Generated using TypeDoc