ImageGear for .NET
HighlightForeColor Property (ImGearThumbnailCtl)




Gets or sets the color to use as a foreground for a highlighted Thumbnail item.
Syntax
'Declaration
 
<ImGearFilterAttribute()>
<DescriptionAttribute("Foreground color used for the Title of highlighted Thumbnail item.")>
<CategoryAttribute("Items")>
Public Property HighlightForeColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.HighlightForeColor = value
 
value = instance.HighlightForeColor
[ImGearFilterAttribute()]
[DescriptionAttribute("Foreground color used for the Title of highlighted Thumbnail item.")]
[CategoryAttribute("Items")]
public Color HighlightForeColor {get; set;}
[ImGearFilterAttribute()]
[DescriptionAttribute("Foreground color used for the Title of highlighted Thumbnail item.")]
[CategoryAttribute("Items")]
public: __property Color get_HighlightForeColor();
public: __property void set_HighlightForeColor( 
   Color value
);
[ImGearFilterAttribute()]
[DescriptionAttribute("Foreground color used for the Title of highlighted Thumbnail item.")]
[CategoryAttribute("Items")]
public:
property Color HighlightForeColor {
   Color get();
   void set (    Color value);
}

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback