This refers to the hatchpattern that is displayed in that portion of the ImageKit control not covered by an image.
public enum HatchPattern
Public Members
| Member | Value | Explanation |
|---|---|---|
| NonHatch | 0 | Does not display the hatch pattern, instead, the color set in the BackColor property is used. |
| ShowHatch | 1 | Displays the hatch pattern |
| TransparentHatch | 2 | Does not display the hatch pattern, instead, the area is set to transparent |