Gets or sets the round radius of this element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Radius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Radius As Double |
A double value specifying the round radius of this element.
See Also