Class BpmnFlowViewModel
Represents the graphical objects used to visually represent the business process.
Inheritance
System.Object
BpmnFlowViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class BpmnFlowViewModel : ConnectorViewModel, IBpmnFlow, IConnector, IConnectorBase, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
BpmnFlowViewModel()
Creates new instance of BpmnFlowViewModel class.
Declaration
public BpmnFlowViewModel()
Properties
FlowType
Gets or sets the type of the BPMN flow types.
Declaration
public BpmnFlowType FlowType { get; set; }
Property Value
Type |
---|
BpmnFlowType |
Remarks
Flow shape is supported only for Flowtype connector.
Implements
System.ComponentModel.INotifyPropertyChanged