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

BitmapViewer.WorkspaceBackColor1 Property

Gets/sets the primary color of the bitmap background (the first color for the checkered background or a solid color background).

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property WorkspaceBackColor1 As Color
C#
[BrowsableAttribute(true)]
public Color WorkspaceBackColor1 { get; set; }

Property Value

The primary color of the bitmap background (the first color for the checkered background or a solid color background).

See Also

Reference