FillBackgroundColor Property

Summary

Gets or sets the background fill color.

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

Property Value

A Color value indicating the background fill color.

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