Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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:
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

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file