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