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