ComponentOne GanttView for WinForms
HatchPattern Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : HatchPattern Enumeration
Specifies the filling pattern for bars and shapes.
Syntax
'Declaration
 
Public Enum HatchPattern 
   Inherits System.Enum
public enum HatchPattern : System.Enum 
Members
MemberDescription
BackwardDiagonalA pattern of lines on a diagonal from upper right to lower left.
ConfettiSpecifies a hatch that has the appearance of confetti.
DiagonalCrossA pattern of crisscross diagonal lines.
EmptyUse a white brush for filling.
ForwardDiagonalA pattern of lines on a diagonal from upper left to lower right.
GradientUse a gradient brush for filling.
HorizontalA pattern of horizontal lines.
NarrowHorizontalSpecifies horizontal lines that are spaced 75 percent closer together than hatch style Horizontal.
NarrowVerticalSpecifies vertical lines that are spaced 75 percent closer together than hatch style Vertical.
Percent25Specifies a 25-percent hatch.
Percent50Specifies a 50-percent hatch.
Percent70Specifies a 70-percent hatch.
SolidBrushFill with a brush of a single color.
VerticalA pattern of vertical lines.
ZigZagSpecifies horizontal lines that are composed of zigzags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.HatchPattern

See Also

Reference

C1.Win.C1GanttView Namespace