Enum SwimlaneChildInteractionState
Specifies to notify the interactionstate of the SwimlaneChild element.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum SwimlaneChildInteractionState
Fields
| Name | Description |
|---|---|
| None | disables all the behavior for SwimlaneChild. |
| Resized | Specifies the resized state of the SwimlaneChild interation. |
| Resizing | Specifies the resizing state of the SwimlaneChild interation. |
| Started | Specifies the started state of the SwimlaneChild interation. |
| Swapped | Specifies the Swapped state of the lane interation. |
| Swapping | Specifies the Swapping state of the Lane interation. |