MindFusion.Wpf Pack Programmer's Guide
Diagram.RoundRectFactor Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double RoundRectFactor { get; set; }

Visual Basic  Copy Code

Public Property RoundRectFactor As Double

 Property Value

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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
TableShape Property