Class DashType
Specifies the line dash type.
Inheritance
System.Object
DashType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class DashType : Enum
Fields
Dash
DashDot
A line consisting of a repeating pattern of dashes and dots.
Declaration
public const DashType DashDot
Field Value
DashType
|
Dot
LongDash
A line consisting of a repeating pattern of long dashes.
Declaration
public const DashType LongDash
Field Value
DashType
|
LongDashDot
A line consisting of a repeating pattern of long dashes and dots.
Declaration
public const DashType LongDashDot
Field Value
DashType
|
LongDashDotDot
A line consisting of a repeating pattern of long dashes and two dots.
Declaration
public const DashType LongDashDotDot
Field Value
DashType
|
Solid
value__
Declaration
public int value__
Field Value
System.Int32
|