Enum
DashType

Specifies the line dash type.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum DashType

Fields

Dash

A line consisting of dashes.

Declaration

cs-api-definition
Dash = 2

Field Value

DashType

DashDot

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

Declaration

cs-api-definition
DashDot = 4

Field Value

DashType

Dot

A line consisting of dots.

Declaration

cs-api-definition
Dot = 1

Field Value

DashType

LongDash

A line consisting of a repeating pattern of long dashes.

Declaration

cs-api-definition
LongDash = 3

Field Value

DashType

LongDashDot

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

Declaration

cs-api-definition
LongDashDot = 5

Field Value

DashType

LongDashDotDot

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

Declaration

cs-api-definition
LongDashDotDot = 6

Field Value

DashType

Solid

A solid line.

Declaration

cs-api-definition
Solid = 0

Field Value

DashType