Gets/sets the background image displayed in the control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property BackgroundImage As Image

C#

[BrowsableAttribute(false)]
public override Image BackgroundImage { get; }

Property Value

An Image object.

Remarks

This property makes no sense for the BitmapViewer class.