Xceed Workbooks for .NET v3.0 Documentation
Xceed.Drawing.NET Assembly / Xceed.Drawing Namespace / DashStyle Enumeration


In This Topic
    DashStyle Enumeration
    In This Topic
    Specifies the style of the dashed lines drawn with a Pen object.
    Syntax
    'Declaration
     
    
    Public Enum DashStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DashStyle
    public enum DashStyle : System.Enum 
    Members
    MemberDescription
    CustomThe line will use a custom style.
    DashThe line will be made of a series of dashes.
    DashDotThe line will be made of a repeating dash-dot pattern.
    DashDotDotThe line will be made of a repeating dash-dot-dot pattern.
    DotThe line will be made of a series of dots.
    SolidThe line will be solid.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Drawing.DashStyle

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also