ComponentOne GanttView for WinForms
BarShape Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : BarShape Enumeration
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.Win.C1GanttView.BarShape

See Also

Reference

C1.Win.C1GanttView Namespace