This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.BackgroundImage Property

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.

See Also

Reference