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

ViewerBase.WorkspaceBorderEnabled Property

Gets/sets a value that specifies whether to display border around control's content.

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

Syntax

Visual Basic
Public MustOverride Property WorkspaceBorderEnabled As Boolean
C#
public abstract bool WorkspaceBorderEnabled { get; set; }

Property Value

A value that specifies whether to display border around control's content.

See Also

Reference