LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

TextForegroundColor Property

Show in webframe





Gets or sets the text foreground color.
Syntax
public Color TextForegroundColor {get; set;}
'Declaration
 
Public Property TextForegroundColor As Color
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Color
 
instance.TextForegroundColor = value
 
value = instance.TextForegroundColor

            

            
public:
property Color TextForegroundColor {
   Color get();
   void set (    Color value);
}

Property Value

A Color indicating the foreground color of the information text.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.