menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnGroup - UWP 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.Connectors
    Group.ConnectorsProperty
    Group.Groups
    Group.GroupsProperty
    Group.MeasureOverride(Size)
    Group.Nodes
    Group.NodesProperty
    Node.AnnotationConstraints
    Node.AnnotationConstraintsProperty
    Node.Annotations
    Node.AnnotationsProperty
    Node.ArrangeOverride(Size)
    Node.AutoBindProperty
    Node.BoundingRectangle
    Node.Bounds
    Node.BoundsProperty
    Node.ConnectorPadding
    Node.ConnectorPaddingProperty
    Node.Constraints
    Node.ConstraintsProperty
    Node.Flip
    Node.FlipMode
    Node.FlipModeProperty
    Node.FlipProperty
    Node.GetElementRect(FrameworkElement)
    Node.HitPadding
    Node.HitPaddingProperty
    Node.ID
    Node.IDProperty
    Node.Info
    Node.IsConnecting
    Node.IsExpanded
    Node.IsExpandedProperty
    Node.IsSelected
    Node.IsSelectedProperty
    Node.Key
    Node.KeyProperty
    Node.LaneOffsetX
    Node.LaneOffsetXProperty
    Node.LaneOffsetY
    Node.LaneOffsetYProperty
    Node.Menu
    Node.MenuProperty
    Node.OffsetX
    Node.OffsetXProperty
    Node.OffsetY
    Node.OffsetYProperty
    Node.OnApplyTemplate()
    Node.OnPropertyChanged(String)
    Node.OnSnap(List<SnapParameter>, Boolean)
    Node.ParentGroup
    Node.ParentGroupProperty
    Node.Pivot
    Node.PivotProperty
    Node.Ports
    Node.PortsProperty
    Node.PortVisibility
    Node.PortVisibilityProperty
    Node.PropertyChanged
    Node.RotateAngle
    Node.RotateAngleProperty
    Node.Shape
    Node.ShapeProperty
    Node.ShapeStyle
    Node.ShapeStyleProperty
    Node.ShowContextMenu(FrameworkElement, RightTappedRoutedEventArgs)
    Node.SnapToObject
    Node.SnapToObjectProperty
    Node.ThemeStyleId
    Node.ThemeStyleIdProperty
    Node.UnitHeight
    Node.UnitHeightProperty
    Node.UnitWidth
    Node.UnitWidthProperty
    Node.ZIndex
    Node.ZIndexProperty
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class BpmnGroup : Group, ISharedData, IDisposable, IGroupView, INodeView, IView, IBpmnGroup, IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Constructors

    BpmnGroup()

    Creates a new instance of BpmnGroup class.

    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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.DependencyProperty

    Properties

    IsAdhocActivity

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

    Declaration
    public bool IsAdhocActivity { get; set; }
    Property Value
    Type
    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
    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
    System.Boolean

    LoopActivity

    Gets or sets the Loop Characteristic of an Activity.

    Declaration
    public LoopCharacteristic LoopActivity { get; set; }
    Property Value
    Type
    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
    SubProcessType
    Remarks

    This is applicable only for ExpandedSubProcess shape.

    Explicit Interface Implementations

    IGroup.set_Padding(Thickness)

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

    INode.set_Content(Object)

    Declaration
    void INode.set_Content(object value)
    Parameters
    Type Name Description
    System.Object value

    INode.set_ContentTemplate(DataTemplate)

    Declaration
    void INode.set_ContentTemplate(DataTemplate value)
    Parameters
    Type Name Description
    Windows.UI.Xaml.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved