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.
|
ItemRect
Gets or sets the item rectangle.
Declaration
public Rect ItemRect { get; set; }
Property Value
System. The item rectangle. |
Orientation
Gets or sets the orientation.
Declaration
public string Orientation { get; set; }
Property Value
System. The orientation. |
Position
Gets or sets the position.
Declaration
public Point Position { get; set; }
Property Value
System. The position. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. 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
Connector
|
Connector
|
Returns
System.
|
Inequality(ConnectorInfo, ConnectorInfo)
Implements the operator !=.
Declaration
public static bool operator !=(ConnectorInfo first, ConnectorInfo second)
Parameters
Connector
|
Connector
|
Returns
System.
|