Struct
ConnectorInfo

Combines a bit of info in function of routing.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public struct ConnectorInfo

Inherited Members ValueType.ToString()

Properties

IsFree

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

Declaration

cs-api-definition
public bool IsFree { readonly get; set; }

Property Value

bool

true if this instance is free; otherwise, false.

ItemRect

Gets or sets the item rectangle.

Declaration

cs-api-definition
public Rect ItemRect { readonly get; set; }

Property Value

Rect

The item rectangle.

Orientation

Gets or sets the orientation.

Declaration

cs-api-definition
public string Orientation { readonly get; set; }

Property Value

string

The orientation.

Position

Gets or sets the position.

Declaration

cs-api-definition
public Point Position { readonly get; set; }

Property Value

Point

The position.

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
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

operator !=(ConnectorInfo, ConnectorInfo)

Implements the operator !=.

Declaration

cs-api-definition
public static bool operator !=(ConnectorInfo first, ConnectorInfo second)

Parameters

first

ConnectorInfo

second

ConnectorInfo

Returns

bool

operator ==(ConnectorInfo, ConnectorInfo)

Implements the operator ==.

Declaration

cs-api-definition
public static bool operator ==(ConnectorInfo first, ConnectorInfo second)

Parameters

first

ConnectorInfo

second

ConnectorInfo

Returns

bool