Gets or sets the maximum U-bend length.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double UBendMaxLen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UBendMaxLen As Double |
A double value specifying the maximum length of U-bends. The default is 30.
See Also