Gets or sets the Brush that specifies how the background of the Caption of thumbnail items is painted.
Syntax
'Declaration
Public Property ItemCaptionBackground As Brush
'Usage
Dim instance As ImGearThumbnailList
Dim value As Brush
instance.ItemCaptionBackground = value
value = instance.ItemCaptionBackground
public Brush ItemCaptionBackground {get; set;}
public: __property Brush* get_ItemCaptionBackground();
public: __property void set_ItemCaptionBackground(
Brush* value
);
public:
property Brush^ ItemCaptionBackground {
Brush^ get();
void set ( Brush^ value);
}
Property Value
System.Windows.Media.Brush value.
See Also