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




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