GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / ProgressLineStyle Enumeration

In This Topic
    ProgressLineStyle Enumeration
    In This Topic
    Specifies the style of progress lines.
    Syntax
    'Declaration
     
    Public Enum ProgressLineStyle 
       Inherits System.Enum
    public enum ProgressLineStyle : System.Enum 
    Members
    MemberDescription
    DashSpecifies a line consisting of dashes.
    DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
    DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
    DotSpecifies a line consisting of dots.
    NoneHides the line.
    SolidSpecifies a solid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.GanttView.ProgressLineStyle

    See Also