menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnFlow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BpmnFlow

    Represents the graphical objects used to visually represent the business process

    Inheritance
    System.Object
    ConnectorBase
    Connector
    BpmnFlow
    Implements
    System.IDisposable
    IBpmnFlow
    IConnector
    IConnectorBase
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Connector.AnnotationConstraints
    Connector.AnnotationConstraintsProperty
    Connector.Annotations
    Connector.AnnotationsProperty
    Connector.ArrangeOverride(Size)
    Connector.BezierSmoothness
    Connector.BezierSmoothnessProperty
    Connector.BoundingRectangle
    Connector.BridgeSpace
    Connector.BridgeSpaceProperty
    Connector.CanDisconnectOnDrag()
    Connector.Constraints
    Connector.ConstraintsProperty
    Connector.CornerRadius
    Connector.CornerRadiusProperty
    Connector.CreateSegments(Point, Point, BridgeDirection)
    Connector.ID
    Connector.IDisposable.Dispose()
    Connector.IDProperty
    Connector.Info
    Connector.IsConnecting
    Connector.IsSelected
    Connector.IsSelectedProperty
    Connector.MeasureOverride(Size)
    Connector.Menu
    Connector.MenuProperty
    Connector.OnCreateAutomationPeer()
    Connector.ParentGroup
    Connector.ParentGroupProperty
    Connector.PortVisibility
    Connector.PortVisibilityProperty
    Connector.SearchTags
    Connector.SearchTagsProperty
    Connector.SegmentDecorators
    Connector.SegmentDecoratorsProperty
    Connector.SegmentDecoratorStyle
    Connector.SegmentDecoratorStyleProperty
    Connector.ShowBothContextMenu(Connector, MouseButtonEventArgs)
    Connector.ShowContextMenu(FrameworkElement, MouseButtonEventArgs)
    Connector.SourceConnector
    Connector.SourceConnectorID
    Connector.SourceConnectorIDProperty
    Connector.SourceConnectorProperty
    Connector.SourceDecorator
    Connector.SourceDecoratorPivot
    Connector.SourceDecoratorPivotProperty
    Connector.SourceDecoratorProperty
    Connector.SourceDecoratorStyle
    Connector.SourceDecoratorStyleProperty
    Connector.SourceNode
    Connector.SourceNodeID
    Connector.SourceNodeIDProperty
    Connector.SourceNodeProperty
    Connector.SourcePadding
    Connector.SourcePaddingProperty
    Connector.SourcePort
    Connector.SourcePortID
    Connector.SourcePortIDProperty
    Connector.SourcePortProperty
    Connector.TargetConnector
    Connector.TargetConnectorID
    Connector.TargetConnectorIDProperty
    Connector.TargetConnectorProperty
    Connector.TargetDecorator
    Connector.TargetDecoratorPivot
    Connector.TargetDecoratorPivotProperty
    Connector.TargetDecoratorProperty
    Connector.TargetDecoratorStyle
    Connector.TargetDecoratorStyleProperty
    Connector.TargetNode
    Connector.TargetNodeID
    Connector.TargetNodeIDProperty
    Connector.TargetNodeProperty
    Connector.TargetPadding
    Connector.TargetPaddingProperty
    Connector.TargetPort
    Connector.TargetPortID
    Connector.TargetPortIDProperty
    Connector.TargetPortProperty
    Connector.ThemeStyleId
    Connector.ThemeStyleIdProperty
    Connector.UpdateCornerRadius()
    Connector.UpdateGeometry()
    Connector.ZIndex
    Connector.ZIndexProperty
    ConnectorBase.ConnectorGeometryStyle
    ConnectorBase.ConnectorGeometryStyleProperty
    ConnectorBase.Geometry
    ConnectorBase.GeometryProperty
    ConnectorBase.HitPadding
    ConnectorBase.HitPaddingProperty
    ConnectorBase.Key
    ConnectorBase.KeyProperty
    ConnectorBase.OnPropertyChanged(String)
    ConnectorBase.Ports
    ConnectorBase.PortsProperty
    ConnectorBase.PropertyChanged
    ConnectorBase.Segments
    ConnectorBase.SegmentsProperty
    ConnectorBase.SourcePoint
    ConnectorBase.SourcePointProperty
    ConnectorBase.TargetPoint
    ConnectorBase.TargetPointProperty
    ConnectorBase.TransparentGeometryProperty
    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
    Connector.OnApplyTemplate()

    Implements

    System.IDisposable
    IBpmnFlow
    IConnector
    IConnectorBase
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved