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

ViewerBase.WorkspaceBorderWidth Property

Gets/sets the width of the border around control's content.

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

Syntax

Visual Basic
Public MustOverride Property WorkspaceBorderWidth As Integer
C#
public abstract int WorkspaceBorderWidth { get; set; }

Property Value

The width of the border around control's content.

See Also

Reference