Enumeration for the possible results of a reparent gesture.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum ReparentGesture |
| Visual Basic |
|---|
Public Enumeration ReparentGesture |
Members
| Member name | Description | ||
|---|---|---|---|
| AddChild | 0 | Add the moved stripe as a new child of the target stripe | |
| InsertBefore | 1 | Insert the moved stripe before the target stripe | |
| InsertAfter | 2 | Insert the moved stripe after the target stripe | |
| Invalid | 3 | The current gesture would result in an invalid operation (such as trying to make a stripe to its own child). |