RadControls for WPF

Represents a connection manipulation status.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.40

Syntax

C#
public enum ManipulationStatus
Visual Basic
Public Enumeration ManipulationStatus

Members

Member nameValueDescription
Attaching0 Attaching to shape.
Detaching1 Detaching from shape.
Moving2 Moving.
Moved3 Moved.

See Also