Gets or sets the foreground color used for the Title of highlighted Thumbnail items.
'Declaration
<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
[Description("Foreground color used for the Title of highlighted Thumbnail item.")]
[Category("Items")]
public Color HighlightForeColor {get; set;}
[Description("Foreground color used for the Title of highlighted Thumbnail item.")]
[Category("Items")]
public: __property Color get_HighlightForeColor();
public: __property void set_HighlightForeColor(
Color value
);
[Description("Foreground color used for the Title of highlighted Thumbnail item.")]
[Category("Items")]
public:
property Color HighlightForeColor {
Color get();
void set ( Color value);
}
Property Value
System.Drawing.Color value.