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

In This Topic
    HatchPattern Enumeration
    In This Topic
    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.WPF.GanttView.HatchPattern

    See Also