←Select platform

TextBackgroundColor Property

Summary

Gets or sets the text background color.

Syntax

C#
VB
C++
public Color TextBackgroundColor { get; set; } 
  
Public Property TextBackgroundColor As Color 
public: 
property Color TextBackgroundColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

A Color indicating the background color of the information text.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly