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

BitmapViewer.WorkspaceBorderWidth Property

Gets/sets the width 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 WorkspaceBorderWidth As Integer
C#
[BrowsableAttribute(true)]
public override int WorkspaceBorderWidth { get; set; }

Property Value

The width of the bitmap border.

See Also

Reference