Class SwimlaneChildInteractionState
Specifies to notify the interactionstate of the SwimlaneChild element.
Inheritance
System.Object
SwimlaneChildInteractionState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public sealed class SwimlaneChildInteractionState : Enum
Fields
None
disables all the behavior for SwimlaneChild.
Declaration
public const SwimlaneChildInteractionState None
Field Value
Resized
Specifies the resized state of the SwimlaneChild interation.
Declaration
public const SwimlaneChildInteractionState Resized
Field Value
Resizing
Specifies the resizing state of the SwimlaneChild interation.
Declaration
public const SwimlaneChildInteractionState Resizing
Field Value
Started
Specifies the started state of the SwimlaneChild interation.
Declaration
public const SwimlaneChildInteractionState Started
Field Value
Swapped
Specifies the Swapped state of the lane interation.
Declaration
public const SwimlaneChildInteractionState Swapped
Field Value
Swapping
Specifies the Swapping state of the Lane interation.
Declaration
public const SwimlaneChildInteractionState Swapping