[]
        
(Showing Draft Content)

C1.WPF.GanttView.HatchPattern

HatchPattern Enum

Specifies the filling pattern for bars and shapes.

Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.4.6.2.dll
Syntax
public enum HatchPattern

Fields

Name Description
BackwardDiagonal

A pattern of lines on a diagonal from upper right to lower left.

Confetti

Specifies a hatch that has the appearance of confetti.

DiagonalCross

A pattern of crisscross diagonal lines.

Empty

Use a white brush for filling.

ForwardDiagonal

A pattern of lines on a diagonal from upper left to lower right.

Gradient

Use a gradient brush for filling.

Horizontal

A pattern of horizontal lines.

NarrowHorizontal

Specifies horizontal lines that are spaced 75 percent closer together than hatch style Horizontal.

NarrowVertical

Specifies vertical lines that are spaced 75 percent closer together than hatch style Vertical.

Percent25

Specifies a 25-percent hatch.

Percent50

Specifies a 50-percent hatch.

Percent70

Specifies a 70-percent hatch.

SolidBrush

Fill with a brush of a single color.

Vertical

A pattern of vertical lines.

ZigZag

Specifies horizontal lines that are composed of zigzags.