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