Gets or sets the relative size of arcs displayed at the corners of rounded rectangles.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double RoundRectFactor { get; set; } |
Visual Basic Copy Code |
---|
Public Property RoundRectFactor As Double |
A multiplier applied to the radius of the arcs used as corners of rounded rectangles. The default is 1.
The default length of the radius of rounded-corner arcs is 7. This property lets you increase or decrease that value by multiplying it by the specified factor.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |