Search
Diagram.RoundRectFactor Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float RoundRectFactor { get; set; }

Visual Basic  Copy Code

Public Property RoundRectFactor As Single

 Property Value

A float 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