ComponentOne MultiSelect 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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also