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

BitmapViewer.WorkspaceBackColor2 Property

Gets/sets the secondary color of the bitmap background (the second color for the checkered background).

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

Syntax

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

Property Value

The secondary color of the bitmap background (the second color for the checkered background).

See Also

Reference