ScreenCaptureAreaLineStyle Enumeration
Summary
Values that indicate which line style to use.
Syntax
public enum ScreenCaptureAreaLineStyle
Public Enum ScreenCaptureAreaLineStyle
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ScreenCaptureAreaLineStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0 | Solid | Solid lines "__________". |
1 | Dash | Dashed lines "----------". |
2 | Dot | (0x00000003)(0x00000004)Dotted lines "..........". |
3 | DashDot | Dash-Dotted lines "-.-.-.-.-.". |
4 | DashDotDot | Dash-Dot-Dotted lines -..-..-..- ". |