Skip to main content
All docs
V24.2

DashStyle Type

In This Article

#Declaration

TypeScript
export type DashStyle = "Solid" | "Dash" | "Dot" | "DashDot" | "DashDotDot"

#Members

Name
"Solid"
"Dash"
"Dot"
"DashDot"
"DashDotDot"