Click or drag to resize
HatchStyle Enumeration
The types of hatches that can be used to paint cells whose interior style uses a hatched brush.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum HatchStyle
Members
  Member nameValueDescription
None0No hatch pattern.
Horizontal1Horizontal lines.
Vertical2Vertical lines.
ForwardDiagonal3Forward diagonal lines.
BackwardDiagonal4Backward diagonal lines.
Cross5Cross hatched.
DiagonalCross6Diagonal cross hatched.
Percent0575% filled with foreground color.
Percent10810% filled with foreground color.
Percent20920% filled with foreground color.
Percent251025% filled with foreground color.
Percent301130% filled with foreground color.
Percent401240% filled with foreground color.
Percent501350% filled with foreground color.
Percent601460% filled with foreground color.
Percent701570% filled with foreground color.
Percent751675% filled with foreground color.
Percent801780% filled with foreground color.
Percent901890% filled with foreground color.
LightDownwardDiagonal19Light Downward Diagonal.
LightUpwardDiagonal20Light Upward Diagonal.
DarkDownwardDiagonal21Dark Downward Diagonal.
DarkUpwardDiagonal22Dark Upward Diagonal.
WideDownwardDiagonal23Wide Downward Diagonal.
WideUpwardDiagonal24Wide Upward Diagonal.
LightVertical25Light vertical lines.
LightHorizontal26Light horizontal lines.
NarrowVertical27Narrow vertical lines.
NarrowHorizontal28Narrow horizontal lines.
DarkVertical29Dark vertical lines.
DarkHorizontal30Dark horizontal lines.
DashedDownwardDiagonal31Dashed Downward Diagonal.
DashedUpwardDiagonal32Dashed Upward Diagonal.
DashedHorizontal33Dashed Horizontal.
DashedVertical34Dashed Vertical.
SmallConfetti35Small Confetti.
LargeConfetti36Large Confetti.
ZigZag37Zig-Zag lines.
Wave38Wavy lines.
DiagonalBrick39Brick pattern on a diagonal.
HorizontalBrick40Brick pattern.
Weave41Waved pattern.
Plaid42Plaid pattern.
Divot43Divots.
DottedGrid44Dotted grid pattern.
DottedDiamond45Dotted diamonds.
Shingle46Shingles.
Trellis47Trellis pattern.
Sphere48Spheres.
SmallGrid49Small grid pattern.
SmallCheckerBoard50Small checker board pattern.
LargeCheckerBoard51Large checker board pattern.
OutlinedDiamond52Outlined diamonds.
SolidDiamond53Solid diamonds.
See Also