Class PdfDashStyle
Defines the PDF dash style.
Inheritance
System.Object
PdfDashStyle
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PdfDashStyle : Enum
Fields
Dash
Specifies the PDF dash style as dash.
Declaration
public const PdfDashStyle Dash
Field Value
Type |
---|
PdfDashStyle |
DashDot
Specifies the PDF dash style as dashed dot.
Declaration
public const PdfDashStyle DashDot
Field Value
Type |
---|
PdfDashStyle |
DashDotDot
Specifies the PDF dash style as dashed dot dot.
Declaration
public const PdfDashStyle DashDotDot
Field Value
Type |
---|
PdfDashStyle |
Dot
Specifies the PDF dash style as dot.
Declaration
public const PdfDashStyle Dot
Field Value
Type |
---|
PdfDashStyle |
Solid
Specifies the PDF dash style as solid.
Declaration
public const PdfDashStyle Solid
Field Value
Type |
---|
PdfDashStyle |