Usages of CurveConnectionStyle
Properties
sourceCurveConnectionStyle | in RoutingStyleDescriptor | Gets or sets the style which determines how curved edge paths connect at the source side of the edge. | |
targetCurveConnectionStyle | in RoutingStyleDescriptor | Gets or sets the style which determines how curved edge paths connect at the target side of the edge. | |
sourceCurveConnectionStyle | in CurveRoutingEdgeDescriptor | Gets or sets the style which determines how curved edge paths connect at the source side of the edge. | |
targetCurveConnectionStyle | in CurveRoutingEdgeDescriptor | Gets or sets the style which determines how curved edge paths connect at the target side of the edge. | |
sourceCurveConnectionStyle | in EdgeRouterEdgeDescriptor | Gets or sets the style which determines how curved edge paths connect at the source side of the edge. | |
targetCurveConnectionStyle | in EdgeRouterEdgeDescriptor | Gets or sets the style that determines how edge paths connect at the target side of the edge. |
Method Return Values
from (CurveConnectionStyle) | in CurveConnectionStyle | Converts the given argument to an enum constant of this enum type. |
Method Parameters
RoutingStyleDescriptor (HierarchicalLayoutRoutingStyle?, boolean?, ) | in RoutingStyleDescriptor | Creates a new RoutingStyleDescriptor instance with the given routing style for all edges and, optionally, also specifying whether the resulting path should consist of cubic bezier control points. | |
from (CurveConnectionStyle) | in CurveConnectionStyle | Converts the given argument to an enum constant of this enum type. | |
getName (CurveConnectionStyle) | in CurveConnectionStyle | Returns the name of the given enum constant. | |
EdgeRouterEdgeDescriptor () | in EdgeRouterEdgeDescriptor | Creates a new instance of an EdgeRouterEdgeDescriptor with the default settings. |