ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / HatchStyle Enumeration

In This Topic
    HatchStyle Enumeration
    In This Topic
    Represents the hatch style of the HatchBrush.
    Syntax
    'Declaration
     
    
    Public Enum HatchStyle 
       Inherits System.Enum
    public enum HatchStyle : System.Enum 
    Members
    MemberDescription
    BackwardDiagonalA 45-degree downward, left-to-right hatch
    CrossHorizontal and vertical cross-hatch
    DiagonalCross45-degree crosshatch
    ForwardDiagonalA 45-degree downward, left-to-right hatch
    HorizontalHorizontal hatch
    VerticalVertical hatch
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.HatchStyle

    See Also