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

MultiLayerViewer.WorkspaceBorderEnabled Property

Gets/sets a value that specifies whether to display the bitmap border.

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

Syntax

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

Property Value

A value that specifies whether to display the bitmap border.

See Also

Reference