FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / DashStyle Enumeration

In This Topic
    DashStyle Enumeration
    In This Topic
    Defines the dash style of a line.
    Syntax
    'Declaration
     
    Public Enum DashStyle 
       Inherits System.Enum
    public enum DashStyle : System.Enum 
    Members
    MemberDescription
    DashDashed line.
    DashDotDash-dot line.
    DashDotDotDash-dot-dot line.
    DotDotted line.
    NoneNo line.
    SolidSolid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.DashStyle

    See Also