DashStyle Type
Declaration
export type DashStyle = "Solid" | "Dash" | "Dot" | "DashDot" | "DashDotDot"
Members
Name |
---|
"Solid" |
"Dash" |
"Dot" |
"DashDot" |
"DashDotDot" |
export type DashStyle = "Solid" | "Dash" | "Dot" | "DashDot" | "DashDotDot"
Name |
---|
"Solid" |
"Dash" |
"Dot" |
"DashDot" |
"DashDotDot" |
No
Your feedback is appreciated.