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

In This Topic
    BarShape Enumeration
    In This Topic
    Specifies the shape of a bar, such as a task bar or progress bar.
    Syntax
    'Declaration
     
    Public Enum BarShape 
       Inherits System.Enum
    public enum BarShape : System.Enum 
    Members
    MemberDescription
    BottomBarDisplays a medium-sized bar at the bottom.
    BottomLineDisplays a thin line at the bottom.
    FrameDisplays a frame.
    HalfFrameDisplays a frame at the top part.
    MiddleBarDisplays a thin bar at the center.
    MiddleLineDisplays a thin line at the center.
    NoneHide the bar.
    ThickBarDisplays a thick (full) bar.
    TopBarDisplays a medium-sized bar at the top.
    TopLineDisplays a thin line at the top.
    Inheritance Hierarchy

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

    See Also