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
Incoming
Incoming connections.
Declaration
public const ShapeConnectionType Incoming
Field Value
Outgoing
Outgoing connections.
Declaration
public const ShapeConnectionType Outgoing
Field Value
value__
Declaration
public int value__
Field Value
System.
|