WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnGroup - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BpmnGroup

    Represents the graphical objects used to visually represent the business process.Properties

    Inheritance
    System.Object
    Node
    Group
    BpmnGroup
    Implements
    System.IDisposable
    IBpmnGroup
    IGroup
    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Group.NodesProperty
    Group.ConnectorsProperty
    Group.GroupsProperty
    Group.MeasureOverride(Size)
    Group.Nodes
    Group.Connectors
    Group.Groups
    Node.OffsetXProperty
    Node.OffsetYProperty
    Node.RotateAngleProperty
    Node.SnapToObjectProperty
    Node.FlipProperty
    Node.UnitWidthProperty
    Node.UnitHeightProperty
    Node.ShapeProperty
    Node.ShapeStyleProperty
    Node.ParentGroupProperty
    Node.IsExpandedProperty
    Node.PivotProperty
    Node.AutoBindProperty
    Node.IDProperty
    Node.KeyProperty
    Node.IsSelectedProperty
    Node.ZIndexProperty
    Node.AnnotationsProperty
    Node.ConstraintsProperty
    Node.AnnotationConstraintsProperty
    Node.PortVisibilityProperty
    Node.PortsProperty
    Node.ConnectorPaddingProperty
    Node.MenuProperty
    Node.FlipModeProperty
    Node.HitPaddingProperty
    Node.ThemeStyleIdProperty
    Node.LaneOffsetXProperty
    Node.LaneOffsetYProperty
    Node.BoundsProperty
    Node.OnPropertyChanged(String)
    Node.GetLayoutClip(Size)
    Node.ArrangeOverride(Size)
    Node.OnSnap(List<SnapParameter>, Boolean)
    Node.ShowContextMenu(FrameworkElement, MouseButtonEventArgs)
    Node.GetElementRect(FrameworkElement)
    Node.IDisposable.Dispose()
    Node.OffsetX
    Node.OffsetY
    Node.RotateAngle
    Node.SnapToObject
    Node.Flip
    Node.UnitWidth
    Node.UnitHeight
    Node.Shape
    Node.ShapeStyle
    Node.ParentGroup
    Node.IsExpanded
    Node.Pivot
    Node.AutoBind
    Node.ID
    Node.Key
    Node.IsSelected
    Node.ZIndex
    Node.Annotations
    Node.Constraints
    Node.AnnotationConstraints
    Node.PortVisibility
    Node.Ports
    Node.ConnectorPadding
    Node.Menu
    Node.FlipMode
    Node.HitPadding
    Node.ThemeStyleId
    Node.LaneOffsetX
    Node.LaneOffsetY
    Node.BoundingRectangle
    Node.Info
    Node.IsConnecting
    Node.Bounds
    Node.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class BpmnGroup : Group, ISharedData, IDisposable, IGroupView, INodeView, IView, IBpmnGroup, IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Constructors

    BpmnGroup()

    Declaration
    public BpmnGroup()

    Fields

    IsAdhocActivityProperty

    Using a DependencyProperty as the backing store for IsCompensation. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty IsAdhocActivityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsCompensationActivityProperty

    Using a DependencyProperty as the backing store for IsCompensation. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty IsCompensationActivityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsExpandedSubProcessProperty

    Using a DependencyProperty as the backing store for IsExpandedSubProcess. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty IsExpandedSubProcessProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LoopActivityProperty

    Using a DependencyProperty as the backing store for Loop. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty LoopActivityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SubProcessTypeProperty

    Using a DependencyProperty as the backing store for Boundary. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty SubProcessTypeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IsAdhocActivity

    Gets or sets whether BPMN Data Object is Adhoc or not.

    Declaration
    public bool IsAdhocActivity { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    This is applicable only for ExpandedSubProcess shape.

    IsCompensationActivity

    Gets or sets whether an Activity is a compensative activity or not.

    Declaration
    public bool IsCompensationActivity { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    This is applicable only for ExpandedSubProcess shape.

    IsExpandedSubProcess

    Gets or sets a value indicates whether the ExpandedSubProcess is enabled. The default value is set to false.

    Declaration
    public bool IsExpandedSubProcess { get; set; }
    Property Value
    Type Description
    System.Boolean

    LoopActivity

    Gets or sets the Loop Characteristic of an Activity.

    Declaration
    public LoopCharacteristic LoopActivity { get; set; }
    Property Value
    Type Description
    LoopCharacteristic
    Remarks

    This is applicable only for ExpandedSubProcess shape.

    SubProcessType

    Gets or sets type of BPMN SubProcess activity.

    Declaration
    public SubProcessType SubProcessType { get; set; }
    Property Value
    Type Description
    SubProcessType
    Remarks

    This is applicable only for ExpandedSubProcess shape.

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()
    Overrides
    Node.OnApplyTemplate()

    Explicit Interface Implementations

    IGroup.get_Padding()

    Declaration
    Thickness IGroup.get_Padding()
    Returns
    Type Description
    System.Windows.Thickness

    IGroup.set_Padding(Thickness)

    Declaration
    void IGroup.set_Padding(Thickness value)
    Parameters
    Type Name Description
    System.Windows.Thickness value

    INode.get_ContentTemplate()

    Declaration
    DataTemplate INode.get_ContentTemplate()
    Returns
    Type Description
    System.Windows.DataTemplate

    INode.get_MaxHeight()

    Declaration
    double INode.get_MaxHeight()
    Returns
    Type Description
    System.Double

    INode.get_MaxWidth()

    Declaration
    double INode.get_MaxWidth()
    Returns
    Type Description
    System.Double

    INode.get_MinHeight()

    Declaration
    double INode.get_MinHeight()
    Returns
    Type Description
    System.Double

    INode.get_MinWidth()

    Declaration
    double INode.get_MinWidth()
    Returns
    Type Description
    System.Double

    INode.set_ContentTemplate(DataTemplate)

    Declaration
    void INode.set_ContentTemplate(DataTemplate value)
    Parameters
    Type Name Description
    System.Windows.DataTemplate value

    INode.set_MaxHeight(Double)

    Declaration
    void INode.set_MaxHeight(double value)
    Parameters
    Type Name Description
    System.Double value

    INode.set_MaxWidth(Double)

    Declaration
    void INode.set_MaxWidth(double value)
    Parameters
    Type Name Description
    System.Double value

    INode.set_MinHeight(Double)

    Declaration
    void INode.set_MinHeight(double value)
    Parameters
    Type Name Description
    System.Double value

    INode.set_MinWidth(Double)

    Declaration
    void INode.set_MinWidth(double value)
    Parameters
    Type Name Description
    System.Double value

    Implements

    System.IDisposable
    IBpmnGroup
    IGroup
    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved