ImageGear for .NET
ForeColor Property




Gets or sets color to use for rendering titles under those thumbnail items that are neither selected nor highlighted.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overrides Property ForeColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
[BrowsableAttribute(false)]
public override Color ForeColor {get; set;}
[BrowsableAttribute(false)]
public: __property Color get_ForeColor() override;
public: __property void set_ForeColor( 
   Color value
) override;
[BrowsableAttribute(false)]
public:
property Color ForeColor {
   Color get() override;
   void set (    Color value) override;
}

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback