Aurigma Graphics Mill 5.5 for .NET
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.