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

ViewerBase.BorderStyle Property

Gets/sets the border style of the control.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property BorderStyle As Border3DStyle
C#
[BrowsableAttribute(true)]
public Border3DStyle BorderStyle { get; set; }

Property Value

The member of the Border3DStyle enumeration which specifies the border style of the control.

See Also

Reference