Class BpmnFlow
Represents the graphical objects used to visually represent the business process.
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class BpmnFlow : Connector, IConnectorView, IView, ISharedData, IDisposable, IBpmnFlow, IConnector, IConnectorBase, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
BpmnFlow()
Creates a new instance of BpmnFlow class.
Declaration
public BpmnFlow()
Fields
FlowTypeProperty
Using a DependencyProperty as the backing store for ID. This enables animation, styling, binding, etc...
Declaration
public static DependencyProperty FlowTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
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.
Methods
OnApplyTemplate()
Method to apply template values to BpmnFlow class.
Declaration
public override void OnApplyTemplate()
Overrides
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged