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