[]
        
Used in conjunction with ImageInfo.LineStyle to specify the style of the border line of an image.
public enum ImageLineStyle : byte
  | Name | Description | 
|---|---|
| DarkGray | A solid line in dark gray.  | 
      
| Dash | A line consisting of dashes.  | 
      
| DashDot | A line consisting of a pattern of dash followed by a dot.  | 
      
| DashDotDot | A line consisting of a pattern of dash followed by two dots.  | 
      
| Dot | A line consisting of dots.  | 
      
| LightGray | A solid line in light gray.  | 
      
| MediumGray | A solid line in medium gray.  | 
      
| Null | No line. Used to specify that no border should be drawn.  | 
      
| Solid | A solid line without breaks.  |