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

BitmapViewer.WorkspaceBorderColor Property

Gets/sets a color of the bitmap border.

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

Syntax

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

Property Value

A color of the bitmap border.

See Also

Reference