Name | Description | |
---|---|---|
NRoutableConnector Constructor | Default constructor. |
The following tables list the members exposed by NRoutableConnector.
Name | Description | |
---|---|---|
NRoutableConnector Constructor | Default constructor. |
Name | Description | |
---|---|---|
AllowLayoutsRerouteProperty | ||
CreateGeometryPathEvent | ||
ModelProperty | Reference to the Model property. | |
NRoutableConnectorSchema | Schema associated with NRoutableRoutableConnector | |
RerouteModeProperty | Reference to the RerouteMode property |
Name | Description | |
---|---|---|
AllowLayoutsReroute | Gets or sets whether layouts are allowed to reroute the connector. By default set to true. | |
IsLine | Determines whether this connector is currently behaving as a line. | |
IsOrthogonal | Determines whether this connector is currently behaving as an HV. | |
IsPolyline | Determines whether this connector is currently behaving as a poly. | |
Model | Gets or sets model that defines this connector geometry. | |
RerouteMode | Specifies the mode in which this route is automatically rerouted. Only taken into account if the ShapeType property is set to Shape1D. | |
UpdatingGeometry | Gets or sets whether the geoemtry is currently being updated. |
Name | Description | |
---|---|---|
CanRequestReroute | Determines whether the route can currently be rerouted | |
CanReroute | Determines whether the route can currently be rerouted | |
GetAlignBoxInParent | Overridden. Overriden to include the bounds of the model points. | |
GetIntersectionPoints | Gets a list with the intersection points of this connector with the given connector in page coordinates. If the connectors do not intersect an empty list is returned. | |
MakeLine | Makes this routable connector a simple line. | |
MakeOrthogonal | Overloaded. Makes this routable connector model orthogonal. | |
MakePolyline | Overloaded. Makes this routable connector a polyline. | |
RequestReroute | Requests the finding of a new route of this connector, which strives not to cross any obstacles. | |
Reroute | Finds of a new route of this connector, which strives not to cross any obstacles. | |
Translate1D | Overridden. Translates a 1D shape, by offseting the begin and end points of the shape. The modification of both the begin and end points of the shape is optional. Overriden to translate the model points too. Throws an exception if this is not a 1D shape. | |
UpdateGeometry | Updates the geometry of the connector from its model. Automatically called by Nevron. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. | |
ASb | Overridden. | |
CreateCustomCommands | Overridden. Overriden to create custom commands | |
CreateStyle | Overridden. Called to create the default shape style. | |
IQhj | ||
jQhj | ||
KQhj | ||
nSb | Overridden. | |
OnCreateGeometryPath | Creates a path for the connector in the normal case (the connector is inside the page) | |
OnEndPointGlueChanged | Overridden. Called when the BeginGlue or EndGlue has changed. | |
OnEndPointsChanged | Overridden. Called whenever the geometries count or properties have changed. Raises the EndPoints event and requests a reroute of the connector (if RerouteMode is not Never). | |
OnGeometryChanged | Overridden. Called whenever the geometry has changed. Raises the GeometryChanged event. | |
OnTransformChanged | Overridden. Called when the transformation from local to parent coordinates of this shape has changed. Raises the transform changed event and invalidates the connector arrange. | |
rSb | Overridden. | |
SSb | Overridden. | |
YSb | Overridden. |
Name | Description | |
---|---|---|
CreateGeometryPath | Occurs when the connector needs to create a path from the base routing points. |