Class InteractionState
Specifies the interaction state of the diagram element.
Inheritance
System.Object
InteractionState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class InteractionState : Enum
Fields
Completed
Specifies the completed state.
Declaration
public const InteractionState Completed
Field Value
Type |
---|
InteractionState |
Progress
Specifies the progress state.
Declaration
public const InteractionState Progress
Field Value
Type |
---|
InteractionState |
Start
Specifies the start state.
Declaration
public const InteractionState Start
Field Value
Type |
---|
InteractionState |