MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / HatchStyleEx Enumeration

HatchStyleEx Enumeration
See System.Drawing.Drawing2D.HatchStyle
Syntax
'Declaration
 
Public Enum HatchStyleEx 
   Inherits 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 
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.HatchStyleEx

See Also