Class
CustomConnectorPosition

Orientation of the custom connector points used in custom scenarios.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public static class CustomConnectorPosition

Inheritance: objectCustomConnectorPosition

Fields

TreeLeftBottom

The connection's bound to the Bottom Left with an offset to the right.

Declaration

cs-api-definition
public const string TreeLeftBottom = "TreeLeftBottom"

Field Value

string

Methods

GetKnownOffset(string)

Gets the known offset.

Declaration

cs-api-definition
public static Point GetKnownOffset(string name)

Parameters

name

string

The name.

Returns

Point

IsKnown(string)

Gets the known offset.

Declaration

cs-api-definition
public static bool IsKnown(string name)

Parameters

name

string

The name.

Returns

bool