menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LineDashStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum LineDashStyle

    Specifies the dash style for a line.

    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Base.dll
    Syntax
    public enum LineDashStyle : sbyte

    Fields

    Name Description
    Dash

    Specifies the LineDashStyle is dash.

    DashDot

    Specifies the LineDashStyle is dash dot.

    DashDotDot

    Specifies the LineDashStyle is dash dot dot.

    DashLongDash

    Specifies the LineDashStyle is dash long dash.

    DashLongDashDot

    Specifies the LineDashStyle is dash long dash dot.

    Dot

    Specifies the LineDashStyle is dot.

    None

    Specifies the LineDashStyle is none.

    RoundDot

    Specifies the LineDashStyle is round dot.

    Solid

    Specifies the LineDashStyle is solid.

    SquareDot

    Specifies the LineDashStyle is square dot.

    SystemDashDot

    Specifies the LineDashStyle is system dash dot.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved