TextForegroundColor Property

Summary

Gets or sets the text foreground color.

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

Property Value

A Color indicating the foreground color of the information text.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly