Leadtools.ScreenCapture Namespace > ScreenCaptureAreaOptions Structure : DrawLineStyle Property |
public ScreenCaptureAreaLineStyle DrawLineStyle {get; set;}
'Declaration Public Property DrawLineStyle As ScreenCaptureAreaLineStyle
'Usage Dim instance As ScreenCaptureAreaOptions Dim value As ScreenCaptureAreaLineStyle instance.DrawLineStyle = value value = instance.DrawLineStyle
public: property ScreenCaptureAreaLineStyle DrawLineStyle { ScreenCaptureAreaLineStyle get(); void set ( ScreenCaptureAreaLineStyle value); }