New to Kendo UI for Angular? Start a free 30-day trial
DashType
Updated on Jun 18, 2025
Represents the dash type of a line.
type DashType = "dash" | "dashDot" | "dot" | "longDash" | "longDashDot" | "longDashDotDot" | "solid";