Class ConnectorInfo
Combines a bit of info in function of routing.
Inheritance
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ConnectorInfo : ValueType
Properties
IsFree
Gets or sets whether the connector is bound to a shape.
Declaration
public bool IsFree { get; set; }
Property Value
System.Boolean
|
ItemRect
Gets or sets the item rectangle.
Declaration
public Rect ItemRect { get; set; }
Property Value
System.Windows.Rect
The item rectangle. |
Orientation
Gets or sets the orientation.
Declaration
public string Orientation { get; set; }
Property Value
System.String
The orientation. |
Position
Gets or sets the position.
Declaration
public Point Position { get; set; }
Property Value
System.Windows.Point
The position. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Operators
Equality(ConnectorInfo, ConnectorInfo)
Implements the operator ==.
Declaration
public static bool operator ==(ConnectorInfo first, ConnectorInfo second)
Parameters
ConnectorInfo
first
|
ConnectorInfo
second
|
Returns
System.Boolean
|
Inequality(ConnectorInfo, ConnectorInfo)
Implements the operator !=.
Declaration
public static bool operator !=(ConnectorInfo first, ConnectorInfo second)
Parameters
ConnectorInfo
first
|
ConnectorInfo
second
|
Returns
System.Boolean
|