Gets or sets the background color used for the Title of highlighted Thumbnail items.
Syntax
[Description("Background color used for the Title of highlighted Thumbnail item.")]
[Category("Items")]
public Color HighlightBackColor {get; set;}
[Description("Background color used for the Title of highlighted Thumbnail item.")]
[Category("Items")]
public: __property Color get_HighlightBackColor();
public: __property void set_HighlightBackColor(
Color value
);
[Description("Background color used for the Title of highlighted Thumbnail item.")]
[Category("Items")]
public:
property Color HighlightBackColor {
Color get();
void set ( Color value);
}
Property Value
System.Drawing.Color value.
See Also