| Visual Basic (Declaration) | |
|---|---|
Public Property DrawLineStyle As ScreenCaptureAreaLineStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ScreenCaptureAreaOptions Dim value As ScreenCaptureAreaLineStyle instance.DrawLineStyle = value value = instance.DrawLineStyle | |
| C# | |
|---|---|
public ScreenCaptureAreaLineStyle DrawLineStyle {get; set;} | |
| C++/CLI | |
|---|---|
public: property ScreenCaptureAreaLineStyle DrawLineStyle { ScreenCaptureAreaLineStyle get(); void set ( ScreenCaptureAreaLineStyle value); } | |
Property Value
A ScreenCaptureAreaLineStyle value indicating the line style for the capture area.For an example, refer to ScreenCaptureEngine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code