WPF

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

    Properties

    FlowType

    Gets or sets the type of the BPMN flow types.

    Declaration
    public BpmnFlowType FlowType { get; set; }
    Property Value
    Type Description
    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 - 2022 Syncfusion Inc. All Rights Reserved