New to Telerik UI for WinFormsStart a free 30-day trial

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 ValueType.ToString()

Properties

Gets or sets whether the connector is bound to a shape.

C#
public bool IsFree { readonly get; set; }
Property Value:

true if this instance is free; otherwise, false.

Gets or sets the item rectangle.

C#
public Rect ItemRect { readonly get; set; }
Property Value:

The item rectangle.

Gets or sets the orientation.

C#
public string Orientation { readonly get; set; }
Property Value:

The orientation.

Gets or sets the position.

C#
public Point Position { readonly get; set; }
Property Value:

The position.

Methods

Determines whether the specified object is equal to this instance.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with this instance.

Returns:

bool

True if the specified object is equal to this instance; otherwise, false.

Overrides: ValueType.Equals(object)

Returns a hash code for this instance.

C#
public override int GetHashCode()
Returns:

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides: ValueType.GetHashCode()

Operators

Implements the operator !=.

C#
public static bool operator !=(ConnectorInfo first, ConnectorInfo second)
Parameters:firstConnectorInfosecondConnectorInfoReturns:

bool

Implements the operator ==.

C#
public static bool operator ==(ConnectorInfo first, ConnectorInfo second)
Parameters:firstConnectorInfosecondConnectorInfoReturns:

bool