[]
        
(Showing Draft Content)

FarPoint.Win.ElementWindowless.ForegroundImage

ForegroundImage Property

ForegroundImage

Gets or sets the foreground image for the element.

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