Search
DiagramView.BorderWidth Property
See Also
 





Gets or sets the thickness of view's borders.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public int BorderWidth { get; set; }

Visual Basic  Copy Code

Public Property BorderWidth As Integer

 Property Value

An integer value specifying border thickness. The default value is 0.

 See Also