[]
        
(Showing Draft Content)

FarPoint.Win.ElementWindowless.BackgroundImage

BackgroundImage Property

BackgroundImage

Gets or sets the background image for the control.

Declaration
public virtual Picture BackgroundImage { get; set; }
Public Overridable Property BackgroundImage As Picture
Examples
control.BackgroundImage = new FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp"));
control.MarginTop = 3;
control.MarginBottom = 3;
control.BackgroundImage = New FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp"))
control.MarginTop = 3
control.MarginBottom = 3