New to Telerik UI for BlazorStart a free 30-day trial

Specifies the line dash type.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum DashType

Fields

A line consisting of dashes.

C#
Dash = 2

A line consisting of a repeating pattern of dashes and dots.

C#
DashDot = 4

A line consisting of dots.

C#
Dot = 1

A line consisting of a repeating pattern of long dashes.

C#
LongDash = 3

A line consisting of a repeating pattern of long dashes and dots.

C#
LongDashDot = 5

A line consisting of a repeating pattern of long dashes and two dots.

C#
LongDashDotDot = 6

A solid line.

C#
Solid = 0