ImageGear .NET v24.12 - Updated
ItemBackground Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ItemBackground Property
Gets or sets the Brush that specifies how the background of thumbnail items is painted.
Syntax
'Declaration
 
Public Property ItemBackground As Brush
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Brush
 
instance.ItemBackground = value
 
value = instance.ItemBackground
public Brush ItemBackground {get; set;}
public: __property Brush* get_ItemBackground();
public: __property void set_ItemBackground( 
   Brush* value
);
public:
property Brush^ ItemBackground {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

System.Windows.Media.Brush value.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members