ConnectorInfo
Struct
Combines a bit of info in function of routing.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public struct ConnectorInfo
Inherited Members
Properties
Gets or sets whether the connector is bound to a shape.
C#
public bool IsFree { readonly get; set; }
true if this instance is free; otherwise, false.
Gets or sets the item rectangle.
C#
public Rect ItemRect { readonly get; set; }
The item rectangle.
Gets or sets the orientation.
C#
public string Orientation { readonly get; set; }
The orientation.
Methods
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Operators
Implements the operator !=.
C#
public static bool operator !=(ConnectorInfo first, ConnectorInfo second)
Implements the operator ==.
C#
public static bool operator ==(ConnectorInfo first, ConnectorInfo second)