ImageGear for .NET
SelectionForeColor Property (ImGearThumbnailCtl)




Gets or sets default foreground color for selected items.
Syntax
'Declaration
 
<CategoryAttribute("Items")>
<DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")>
<ImGearFilterAttribute()>
Public Property SelectionForeColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.SelectionForeColor = value
 
value = instance.SelectionForeColor
[CategoryAttribute("Items")]
[DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")]
[ImGearFilterAttribute()]
public Color SelectionForeColor {get; set;}
[CategoryAttribute("Items")]
[DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")]
[ImGearFilterAttribute()]
public: __property Color get_SelectionForeColor();
public: __property void set_SelectionForeColor( 
   Color value
);
[CategoryAttribute("Items")]
[DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")]
[ImGearFilterAttribute()]
public:
property Color SelectionForeColor {
   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