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

BaseViewer.BorderWidth Property

Gets/sets the width (in pixels) of the control border.

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

Syntax

Visual Basic
Public Overrides Property BorderWidth As Unit
C#
public override Unit BorderWidth { get; set; }

Property Value

The value which represents the width (in pixels) of the control border.

See Also

Reference