Search
Diagram.RoundRectFactor Property
See Also
 





Gets or sets the relative size of arcs displayed at the corners of rounded rectangles.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double RoundRectFactor { get; set; }

Visual Basic  Copy Code

Public Property RoundRectFactor As Double

 Property Value

A multiplier applied to the radius of the arcs used as corners of rounded rectangles. The default is 1.

 Remarks

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.

 See Also