Class CustomConnectorPosition
Orientation of the custom connector points used in custom scenarios.
Inheritance
System.Object
CustomConnectorPosition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public static class CustomConnectorPosition
Fields
TreeLeftBottom
The connection's bound to the Bottom Left with an offset to the right.
Declaration
public const string TreeLeftBottom = "TreeLeftBottom"
Field Value
System.String
|
Methods
GetKnownOffset(String)
Gets the known offset.
Declaration
public static Point GetKnownOffset(string name)
Parameters
System.String
name
The name. |
Returns
System.Windows.Point
|
IsKnown(String)
Gets the known offset.
Declaration
public static bool IsKnown(string name)
Parameters
System.String
name
The name. |
Returns
System.Boolean
|