Search
RoundRectangleTemplate.Radius Property
See Also
 





Gets or sets the round radius of this element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Radius { get; set; }

Visual Basic  Copy Code

Public Property Radius As Double

 Property Value

A double value specifying the round radius of this element.

 See Also