Class ShapeConnectionType
Represents the connections types.
Inheritance
System.Object
ShapeConnectionType
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ShapeConnectionType : Enum
Fields
Both
Both incoming and outgoing connections.
Declaration
public const ShapeConnectionType Both
Field Value
ShapeConnectionType
|
Incoming
Incoming connections.
Declaration
public const ShapeConnectionType Incoming
Field Value
ShapeConnectionType
|
Outgoing
Outgoing connections.
Declaration
public const ShapeConnectionType Outgoing
Field Value
ShapeConnectionType
|
value__
Declaration
public int value__
Field Value
System.Int32
|