[]
        
Represents the Fill pattern type.
public enum PatternType : short
  Public Enum PatternType As Short
  | Name | Description | 
|---|---|
| Automatic | The pattern is controlled automatically.  | 
      
| DarkDown | Reverse diagonal stripe  | 
      
| DarkGray | 75% gray  | 
      
| DarkGrid | Diagonal crosshatch  | 
      
| DarkHorizontal | Horizontal stripe  | 
      
| DarkTrellis | Thick Diagonal crosshatch  | 
      
| DarkUp | Diagonal stripe  | 
      
| DarkVertical | Vertical stripe  | 
      
| Gray0625 | The fill style is grayscale of 0.0625 (1/16) value.  | 
      
| Gray125 | The fill style is grayscale of 0.125 (1/8) value.  | 
      
| LightDown | Thin reverse diagonal stripe  | 
      
| LightGray | 25% gray  | 
      
| LightGrid | Thin horizontal crosshatch  | 
      
| LightHorizontal | Thin horizontal stripe  | 
      
| LightTrellis | Thin diagonal crosshatch  | 
      
| LightUp | Thin diagonal stripe  | 
      
| LightVertical | Thin vertical stripe  | 
      
| LinearGradient | The linear gradient  | 
      
| MediumGray | 50% gray  | 
      
| None | None  | 
      
| RectangularGradient | The rectangular gradient  | 
      
| Solid | Solid  |