Gets or sets the bending factor of links.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float LinkBendFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkBendFactor As Single |
The default value is 1.
RemarksA value of 1 indicates that the links should not bend. A value less than 1 indicates that the links should bend towards the geometric center of the graph. A value greater than 1 indicates that the links should bend outwards.
See Also