Specifies constants describing different fill patterns.
            
            Syntax
            
            Members
| Member | Value | Description | 
| GRADIENT | 16 | Gradient filling. | 
| HATCH_BDIAGONAL | 1 | Right-to-left diagonal filling. | 
| HATCH_CROSS | 2 | Cross filling. | 
| HATCH_DIAGCROSS | 3 | Diagonal cross filling. | 
| HATCH_FDIAGONAL | 4 | Left-to-right diagonal filling. | 
| HATCH_HORIZONTAL | 6 | Horizontal line filling. | 
| HATCH_MASK | 15 | Mask that allows detection and selection the hatch fill type. | 
| HATCH_VECTOR | 2048 | Vector hatch pattern. | 
| HATCH_VERTICAL | 7 | Vertical line filling. | 
| SHADOW_MASK | 2032 | Mask that allows setting the shadow fill pattern. Shadow pattern is created 
            by right-shifting the shadow level (1-100) on 4 bits and adding to the shadow mask. | 
| SOLID | 0 | Solid filling. | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectFillPattern
 
            
            
            See Also