ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailItem Class / CurrentForeground Property




In This Topic
    CurrentForeground Property
    In This Topic
    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