ScreenCaptureAreaFillPattern Enumeration
         
         
         
	Summary
Values that indicate the fill pattern for the screen capture area.
 
	Syntax
public enum ScreenCaptureAreaFillPattern 
 
  
Public Enum ScreenCaptureAreaFillPattern  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
 
public enum class ScreenCaptureAreaFillPattern : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
 
 
	Members
| Value | Member | Description | 
| 0 | Horizontal | Horizontal line fill "-----". | 
| 1 | Vertical | Vertical line fill "|||||". | 
| 2 | ForwardDiagonal | Forward-Diagonal line fill "\\\". | 
| 3 | BackwardDiagonal | Backward-Diagonal line fill "/////". | 
| 4 | Cross | (0x00000005)Crossed line fill "+++++". | 
| 5 | DiagonalCross | Diagonal-Crossed line fill "xxxxx". | 
| 6 | Solid | Solid fill. |