Search
TableNode.BorderRadius Property
See Also
 






Gets or sets the radius of the TableNode border rectangle. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double BorderRadius { get; set; }

Visual Basic  Copy Code

Public Property BorderRadius As Double

 Property Value

A double value.

 See Also