Usages of PartialLayoutRoutingStyle
Properties
edgeRoutingStyle | in ClearAreaLayout | Gets or sets the routing style that is preserved while clearing the area and applied when rerouting edges. | |
edgeRoutingStyle | in PartialLayout | Gets or sets the routing style that is used for partial edges and inter-edges. |
Method Return Values
from (PartialLayoutRoutingStyle) | in PartialLayoutRoutingStyle | Converts the given argument to an enum constant of this enum type. |
Method Parameters
from (PartialLayoutRoutingStyle) | in PartialLayoutRoutingStyle | Converts the given argument to an enum constant of this enum type. | |
getName (PartialLayoutRoutingStyle) | in PartialLayoutRoutingStyle | Returns the name of the given enum constant. | |
ClearAreaLayout () | in ClearAreaLayout | Creates a new instance of ClearAreaLayout with default settings. | |
PartialLayout (ILayoutAlgorithm?, ) | in PartialLayout | Creates a new instance of PartialLayout which uses the specified ILayoutAlgorithm instance as the core layout algorithm. |