Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfDashStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    PdfDashStyle

    DashDot

    Specifies the PDF dash style as dashed dot.

    Declaration
    public const PdfDashStyle DashDot
    Field Value
    Type Description
    PdfDashStyle

    DashDotDot

    Specifies the PDF dash style as dashed dot dot.

    Declaration
    public const PdfDashStyle DashDotDot
    Field Value
    Type Description
    PdfDashStyle

    Dot

    Specifies the PDF dash style as dot.

    Declaration
    public const PdfDashStyle Dot
    Field Value
    Type Description
    PdfDashStyle

    Solid

    Specifies the PDF dash style as solid.

    Declaration
    public const PdfDashStyle Solid
    Field Value
    Type Description
    PdfDashStyle

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved