ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / HatchStyle Enumeration

In This Topic
    HatchStyle Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum HatchStyle 
       Inherits System.Enum
    public enum HatchStyle : System.Enum 
    Members
    MemberDescription
    BackwardDiagonal 
    Cross 
    DarkDownwardDiagonal 
    DarkHorizontal 
    DarkUpwardDiagonal 
    DarkVertical 
    DashedDownwardDiagonal 
    DashedHorizontal 
    DashedUpwardDiagonal 
    DashedVertical 
    DiagonalBrick 
    DiagonalCross 
    Divot 
    DottedDiamond 
    DottedGrid 
    ForwardDiagonal 
    Horizontal 
    HorizontalBrick 
    LargeCheckerBoard 
    LargeConfetti 
    LargeGrid 
    LightDownwardDiagonal 
    LightHorizontal 
    LightUpwardDiagonal 
    LightVertical 
    Max 
    Min 
    NarrowHorizontal 
    NarrowVertical 
    OutlinedDiamond 
    Percent05 
    Percent10 
    Percent20 
    Percent25 
    Percent30 
    Percent40 
    Percent50 
    Percent60 
    Percent70 
    Percent75 
    Percent80 
    Percent90 
    Plaid 
    Shingle 
    SmallCheckerBoard 
    SmallConfetti 
    SmallGrid 
    SolidDiamond 
    Sphere 
    Trellis 
    Vertical 
    Wave 
    Weave 
    WideDownwardDiagonal 
    WideUpwardDiagonal 
    ZigZag 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.HatchStyle

    See Also