LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

TextBackgroundColor Property






Gets or sets the text background color.
Syntax
public Color TextBackgroundColor {get; set;}
'Declaration
 
Public Property TextBackgroundColor As Color
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Color
 
instance.TextBackgroundColor = value
 
value = instance.TextBackgroundColor
public Color TextBackgroundColor {get; set;}
 get_TextBackgroundColor();
set_TextBackgroundColor(value);
public:
property Color TextBackgroundColor {
   Color get();
   void set (    Color value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.