ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BackgroundHatchTypes Enumeration

In This Topic
    BackgroundHatchTypes Enumeration
    In This Topic
    The enum for Style.BackgroundHatchType element.
    Syntax
    'Declaration
     
    Public Enum BackgroundHatchTypes 
       Inherits System.Enum
    public enum BackgroundHatchTypes : System.Enum 
    Members
    MemberDescription
    BackwardDiagonalThe backward diagonal hatch type.
    CrossThe cross hatch type.
    DarkDownwardDiagonalThe dark downward diagonal hatch type.
    DarkHorizontalThe dark horizontal hatch type.
    DarkUpwardDiagonalThe dark upward diagonal hatch type.
    DarkVerticalThe dark vertical hatch type.
    DashedDownwardDiagonalThe dashed downward diagonal hatch type.
    DashedHorizontalThe dashed horizontal hatch type.
    DashedUpwardDiagonalThe dashed upward diagonal hatch type.
    DashedVerticalThe dashed vertical hatch type.
    DefaultThe default hatch type.
    DiagonalBrickThe diagonal brick hatch type.
    DiagonalCrossThe diagonal cross hatch type.
    DivotThe divot hatch type.
    DottedDiamondThe dotted diamond hatch type.
    DottedGridThe dotted grid hatch type.
    ForwardDiagonalThe forward diagonal hatch type.
    HorizontalThe horizontal hatch type.
    HorizontalBrickThe horizontal brick hatch type.
    LargeCheckerBoardThe large checker board hatch type.
    LargeConfettiThe large confetti hatch type.
    LargeGridThe large grid hatch type.
    LightDownwardDiagonalThe light downward diagonal hatch type.
    LightHorizontalThe light horizontal hatch type.
    LightUpwardDiagonalThe light upward diagonal hatch type.
    LightVerticalThe light vertical hatch type.
    NarrowHorizontalThe narrow horizontal hatch type.
    NarrowVerticalThe narrow vertical hatch type.
    NoneThe none hatch type.
    OutlinedDiamondThe outlined diamond hatch type.
    Percent05The percent05 hatch type.
    Percent10The percent10 hatch type.
    Percent20The percent20 hatch type.
    Percent25The percent25 hatch type.
    Percent30The percent30 hatch type.
    Percent40The percent40 hatch type.
    Percent50The percent50 hatch type.
    Percent60The percent60 hatch type.
    Percent70The percent70 hatch type.
    Percent75The percent75 hatch type.
    Percent80The percent80 hatch type.
    Percent90The percent90 hatch type.
    PlaidThe plaid
    ShingleThe shingle hatch type.
    SmallCheckerBoardThe small checker board hatch type.
    SmallConfettiThe small confetti hatch type.
    SmallGridThe small grid hatch type.
    SolidDiamondThe solid diamond hatch type.
    SphereThe sphere hatch type.
    TrellisThe trellis hatch type.
    VerticalThe vertical hatch type.
    WaveThe wave hatch type.
    WeaveThe weave hatch type.
    WideDownwardDiagonalThe wide downward diagonal hatch type.
    WideUpwardDiagonalThe wide upward diagonal hatch type.
    ZigZagThe zig zag hatch type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.BackgroundHatchTypes

    See Also