Class ActivityType
Specifies the ActivityTypes.
Inheritance
System.Object
ActivityType
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ActivityType : Enum
Fields
CollapsedSubProcess
Specifies the type of an activity to be a CollapsedSubProcess to BPMN.
Declaration
public const ActivityType CollapsedSubProcess
Field Value
Type |
---|
ActivityType |
Task
Specifies the type of an activity to be a Task according to BPMN.
Declaration
public const ActivityType Task
Field Value
Type |
---|
ActivityType |