ImageGear .NET v24.12 - Updated
CurrentBackground Property




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailItem Class : CurrentBackground Property
Gets the current background color.
Syntax
'Declaration
 
Public ReadOnly Property CurrentBackground As Brush
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As Brush
 
value = instance.CurrentBackground
public Brush CurrentBackground {get;}
public: __property Brush* get_CurrentBackground();
public:
property Brush^ CurrentBackground {
   Brush^ get();
}

Property Value

System.Windows.Media.Brush value.
Remarks
It is used in XAML.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members