ImageGear .NET v24.12 - Updated
BackColor Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : BackColor Property
Gets or sets the background color of the Thumbnail control.
Syntax
'Declaration
 
<DefaultValueAttribute(System.Drawing.Color, "Window")>
<CategoryAttribute("Appearance")>
Public Overrides Property BackColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
[DefaultValue(System.Drawing.Color, "Window")]
[Category("Appearance")]
public override Color BackColor {get; set;}
[DefaultValue(System.Drawing.Color, "Window")]
[Category("Appearance")]
public: __property Color get_BackColor() override;
public: __property void set_BackColor( 
   Color value
) override;
[DefaultValue(System.Drawing.Color, "Window")]
[Category("Appearance")]
public:
property Color BackColor {
   Color get() override;
   void set (    Color value) override;
}

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members