Interface IBpmnFlow
Represents the graphical objects used to visually represent the business process.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IBpmnFlow : IConnector, IConnectorBase, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Properties
FlowType
Gets or sets the type of the BPMN flow types. Remarks: Flow shape is supported only for Flowtype connector.
Declaration
BpmnFlowType FlowType { get; set; }
Property Value
Type |
---|
BpmnFlowType |