Search
DiagramView.BorderColor Property
See Also
 





Gets or sets the color of view's borders.

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

 Syntax

C#  Copy Code

public Color BorderColor { get; set; }

Visual Basic  Copy Code

Public Property BorderColor As Color

 Property Value

A System.Drawing.Color specifying the color of view's borders. The default value is Black.

 Remarks

Set BorderWidth to a value larger than zero to display borders.

 See Also