BackgroundHatchTypes Enum
Definition
Specifies the hatching pattern for a report item.
public enum class BackgroundHatchTypes
public enum BackgroundHatchTypes
type BackgroundHatchTypes =
Public Enum BackgroundHatchTypes
- Inheritance
-
BackgroundHatchTypes
Fields
BackwardDiagonal | 2 | The hatching pattern is BackwardDiagonal. |
Cross | 3 | The hatching pattern is Cross. |
DarkDownwardDiagonal | 4 | The hatching pattern is DarkDownwardDiagonal. |
DarkHorizontal | 5 | The hatching pattern is DarkHorizontal. |
DarkUpwardDiagonal | 6 | The hatching pattern is DarkUpwardDiagonal. |
DarkVertical | 7 | The hatching pattern is DarkVertical. |
DashedDownwardDiagonal | 8 | The hatching pattern is DashedDownwardDiagonal. |
DashedHorizontal | 9 | The hatching pattern is DashedHorizontal. |
DashedUpwardDiagonal | 10 | The hatching pattern is DashedUpwardDiagonal. |
DashedVertical | 11 | The hatching pattern is DashedVertical. |
Default | 0 | The hatching pattern is Default. |
DiagonalBrick | 12 | The hatching pattern is DiagonalBrick. |
DiagonalCross | 13 | The hatching pattern is DiagonalCross. |
Divot | 14 | The hatching pattern is Divot. |
DottedDiamond | 15 | The hatching pattern is DottedDiamond. |
DottedGrid | 16 | The hatching pattern is DottedGrid. |
ForwardDiagonal | 17 | The hatching pattern is ForwardDiagonal. |
Horizontal | 18 | The hatching pattern is Horizontal. |
HorizontalBrick | 19 | The hatching pattern is HorizontalBrick. |
LargeCheckerBoard | 20 | The hatching pattern is LargeCheckerBoard. |
LargeConfetti | 21 | The hatching pattern is LargeConfetti. |
LargeGrid | 22 | The hatching pattern is LargeGrid. |
LightDownwardDiagonal | 23 | The hatching pattern is LightDownwardDiagonal. |
LightHorizontal | 24 | The hatching pattern is LightHorizontal. |
LightUpwardDiagonal | 25 | The hatching pattern is LightUpwardDiagonal. |
LightVertical | 26 | The hatching pattern is LightVertical. |
NarrowHorizontal | 27 | The hatching pattern is NarrowHorizontal. |
NarrowVertical | 28 | The hatching pattern is NarrowVertical. |
None | 1 | The hatching pattern is None. |
OutlinedDiamond | 29 | The hatching pattern is OutlinedDiamond. |
Percent05 | 30 | The hatching pattern is Percent05. |
Percent10 | 31 | The hatching pattern is Percent10. |
Percent20 | 32 | The hatching pattern is Percent20. |
Percent25 | 33 | The hatching pattern is Percent25. |
Percent30 | 34 | The hatching pattern is Percent30. |
Percent40 | 35 | The hatching pattern is Percent40. |
Percent50 | 36 | The hatching pattern is Percent50. |
Percent60 | 37 | The hatching pattern is Percent60. |
Percent70 | 38 | The hatching pattern is Percent70. |
Percent75 | 39 | The hatching pattern is Percent75. |
Percent80 | 40 | The hatching pattern is Percent80. |
Percent90 | 41 | The hatching pattern is Percent90. |
Plaid | 42 | The hatching pattern is Plaid. |
Shingle | 43 | The hatching pattern is Shingle. |
SmallCheckerBoard | 44 | The hatching pattern is SmallCheckerBoard. |
SmallConfetti | 45 | The hatching pattern is SmallConfetti. |
SmallGrid | 46 | The hatching pattern is SmallGrid. |
SolidDiamond | 47 | The hatching pattern is SolidDiamond. |
Sphere | 48 | The hatching pattern is Sphere. |
Trellis | 49 | The hatching pattern is Trellis. |
Vertical | 50 | The hatching pattern is Vertical. |
Wave | 51 | The hatching pattern is Wave. |
Weave | 52 | The hatching pattern is Weave. |
WideDownwardDiagonal | 53 | The hatching pattern is WideDownwardDiagonal. |
WideUpwardDiagonal | 54 | The hatching pattern is WideUpwardDiagonal. |
ZigZag | 55 | The hatching pattern is ZigZag. |