VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailAppearance Class / BackgroundBrush Property
Syntax Remarks Requirements SeeAlso
In This Topic
    BackgroundBrush Property (ThumbnailAppearance)
    In This Topic
    Gets or sets the background brush of the thumbnail.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public Property BackgroundBrush As System.Drawing.Brush
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public System.Drawing.Brush BackgroundBrush { get; set; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property System.Drawing.Brush get_BackgroundBrush();
    public: __property void set_BackgroundBrush(
    System.Drawing.Brush value
    );
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property System.Drawing.Brush BackgroundBrush { System.Drawing.Brush get(); void set(System.Drawing.Brush value); }

    Property Value

    Default value is null.
    Remarks

    Linear gradient brush must use rectangle with coordinates (X=0; Y=0) and size (Width=1; Height=1) as the rectangle that defines bounds of the linear gradient.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also