DrawLineStyle Property

Summary

Gets or sets the line style for the capture area.

Syntax
C#
VB
C++
public ScreenCaptureAreaLineStyle DrawLineStyle { get; set; } 
  
Public Property DrawLineStyle As ScreenCaptureAreaLineStyle 
public: 
property ScreenCaptureAreaLineStyle DrawLineStyle { 
   ScreenCaptureAreaLineStyle get(); 
   void set (    ScreenCaptureAreaLineStyle ); 
} 

Property Value

A ScreenCaptureAreaLineStyle value indicating the line style for the capture area.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly