Search
QuickRouter.UBendMaxLen Property
See Also
 





Gets or sets the maximum U-bend length.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float UBendMaxLen { get; set; }

Visual Basic  Copy Code

Public Property UBendMaxLen As Single

 Property Value

A float value specifying the maximum length of U-bends. The default is 30.

 See Also