Provides access to members that control the Square Edges layout.
Members
Name | Description | |
---|---|---|
BreakpointSpacing | Indicates the maximum distance between each diagram junction to the first or last break point along diagram edges incident to that junction when those edges are squared. | |
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. | |
PreservePath | Indicates whether vertices along the edges that are squared are preserved. | |
PropertySet | The network diagram layout parameters returned as a property set | |
SegmentSpacing | Indicates the spacing that separates parallel segments of squared diagram edges incident to the same diagram junction. The default is 5 in the units of the diagram's coordinate system. |
ISquareEdgesLayout.BreakpointSpacing Property
Indicates the maximum distance between each diagram junction to the first or last break point along diagram edges incident to that junction when those edges are squared.
Public Property BreakpointSpacing As Double
public double BreakpointSpacing {get; set;}
ISquareEdgesLayout.PreservePath Property
Indicates whether vertices along the edges that are squared are preserved.
Public Property PreservePath As Boolean
public bool PreservePath {get; set;}
ISquareEdgesLayout.SegmentSpacing Property
Indicates the spacing that separates parallel segments of squared diagram edges incident to the same diagram junction. The default is 5 in the units of the diagram's coordinate system.
Public Property SegmentSpacing As Double
public double SegmentSpacing {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement ISquareEdgesLayout
Classes | Description |
---|