BackColor Property

Summary

Gets or sets the background color to use for the thumbnail.

Syntax
C#
VB
C++
[NotifyParentPropertyAttribute(true)] 
public Color BackColor { get; set; } 
  
Public Property BackColor As Color 
public: 
property Color BackColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

The background color to use for the thumbnail.

Example

Refer to WebThumbnailViewer.Add

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.Web Assembly