ImageGear .NET v24.12 - Updated
CurrentForeground Property




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

Property Value

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

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members