dbicButton Send comments on this topic.
BackgroundImage Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : BackgroundImage Property

Gets or sets the background image for the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Shadows Property BackgroundImage As Image
C# 
public virtual new Image BackgroundImage {get; set;}

Property Value

Image

Remarks

This image is independent of the Picture Property.

The image assigned to this property will be drawn overtop of the background colors of the control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also