Provides access to members that control the Separate Overlapping Edges layout.
Members
| Name | Description | |
|---|---|---|
![]() |
EdgeSpacing | Indicates the absolute spacing that separates two diagram edges. The default is 0.5 in the units of the diagram's coordinate system. |
![]() |
IsActive | Indicates whether the network diagram layout is active. |
![]() |
Name | The name of the network diagram layout. |
![]() |
PreserveContainers | Indicates whether the network diagram layout must preserve the containers. |
![]() |
PropertySet | The network diagram layout parameters returned as a property set |
![]() |
Version | Indicates required version of the layout (taking into account parameters). |
ISeparateOverlappingEdgesLayout.EdgeSpacing Property
Indicates the absolute spacing that separates two diagram edges. The default is 0.5 in the units of the diagram's coordinate system.
Public Property EdgeSpacing As Double
public double EdgeSpacing {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement ISeparateOverlappingEdgesLayout
| Classes | Description |
|---|

