Provides access to members that control the Partial Overlapping Edges layout.
Members
Name | Description | |
---|---|---|
BufferWidth | Indicates the width of the buffer zone inside which the layout process searches for collinear diagram edge segments. | |
IsActive | Indicates whether the network diagram layout is active. | |
Name | The name of the network diagram layout. | |
Offset | Indicates the distance that separates the detected diagram edge segments. | |
OptimizeEdges | Indicates whether the relative left or right positions between edges is kept as much as possible. | |
PreserveContainers | Indicates whether the network diagram layout must preserve the containers. | |
PropertySet | The network diagram layout parameters returned as a property set |
IPartialOverlappingEdgesLayout.BufferWidth Property
Indicates the width of the buffer zone inside which the layout process searches for collinear diagram edge segments.
Public Property BufferWidth As Double
public double BufferWidth {get; set;}
IPartialOverlappingEdgesLayout.Offset Property
Indicates the distance that separates the detected diagram edge segments.
Public Property Offset As Double
public double Offset {get; set;}
IPartialOverlappingEdgesLayout.OptimizeEdges Property
Indicates whether the relative left or right positions between edges is kept as much as possible.
Public Property OptimizeEdges As Boolean
public bool OptimizeEdges {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement IPartialOverlappingEdgesLayout
Classes | Description |
---|