Aurigma Graphics Mill 5.5 for .NET
WorkspaceBackgroundStyle Enumeration
Contains the values that defines the background of the bitmap when it has alpha channel and alpha blending is enabled at the control (AlphaEnabled property of the BitmapViewer is true).
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Enumeration WorkspaceBackgroundStyle
C#
public enum WorkspaceBackgroundStyle
Members
| Member name | Description | |
|---|---|---|
| None |
No specific background for the image is used. The background color is the same as a background color of the entire control. |
|
| Solid |
The background is filled with the solid color. This color is specified with the WorkspaceBackColor1 property. |
|
| Grid |
The checkboard grid is displayed. The primary checkboard color is specified by the WorkspaceBackColor1 property, the secondary one - by the WorkspaceBackColor2 property of the BitmapViewer. |