New to Kendo UI for Vue? Start a free 30-day trial
DashType
Updated over 6 months ago
The dash type of a line.
type DashType = "dash" | "dashDot" | "dot" | "longDash" | "longDashDot" | "longDashDotDot" | "solid";