[]
        
(Showing Draft Content)

C1.WPF.GanttView.BarShape

BarShape Enum

Specifies the shape of a bar, such as a task bar or progress bar.

Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public enum BarShape

Fields

Name Description
BottomBar

Displays a medium-sized bar at the bottom.

BottomLine

Displays a thin line at the bottom.

Frame

Displays a frame.

HalfFrame

Displays a frame at the top part.

MiddleBar

Displays a thin bar at the center.

MiddleLine

Displays a thin line at the center.

None

Hide the bar.

ThickBar

Displays a thick (full) bar.

TopBar

Displays a medium-sized bar at the top.

TopLine

Displays a thin line at the top.