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

ViewerBase.WorkspaceBorderColor Property

Gets/sets color 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 WorkspaceBorderColor As Color
C#
public abstract Color WorkspaceBorderColor { get; set; }

Property Value

A color of the border around control's content.

See Also

Reference