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

Orientation of the custom connector points used in custom scenarios.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public static class CustomConnectorPosition

Inheritance: objectCustomConnectorPosition

Fields

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

C#
public const string TreeLeftBottom = "TreeLeftBottom"

Methods

Gets the known offset.

C#
public static Point GetKnownOffset(string name)
Parameters:namestring

The name.

Returns:

Point

Gets the known offset.

C#
public static bool IsKnown(string name)
Parameters:namestring

The name.

Returns:

bool