Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

BackColor Property






Gets or sets the background color to use for the thumbnail.
Syntax
public Color BackColor {get; set;}
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As ThumbnailStyle
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor

            

            
public:
property Color BackColor {
   Color get();
   void set (    Color value);
}

Property Value

The background color to use for the thumbnail.
Example
Refer to WebThumbnailViewer.Add
Requirements

Target Platforms

See Also

Reference

ThumbnailStyle Class
ThumbnailStyle Members
WebThumbnailViewer Client Class

Error processing SSI file