menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBpmnGroup - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IBpmnGroup

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

    Inherited Members
    IDiagramElement.Key
    IGroup.Connectors
    IGroup.Groups
    IGroup.Nodes
    IGroup.Padding
    IGroupable.Info
    IGroupable.IsSelected
    IGroupable.ZIndex
    IID.ID
    INode.AnnotationConstraints
    INode.Annotations
    INode.ConnectorPadding
    INode.Constraints
    INode.Content
    INode.ContentTemplate
    INode.Flip
    INode.FlipMode
    INode.HitPadding
    INode.IsExpanded
    INode.LaneOffsetX
    INode.LaneOffsetY
    INode.MaxHeight
    INode.MaxWidth
    INode.Menu
    INode.MinHeight
    INode.MinWidth
    INode.OffsetX
    INode.OffsetY
    INode.ParentGroup
    INode.Pivot
    INode.Ports
    INode.PortVisibility
    INode.RotateAngle
    INode.Shape
    INode.ShapeStyle
    INode.SnapToObject
    INode.ThemeStyleId
    INode.UnitHeight
    INode.UnitWidth
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IBpmnGroup : IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Properties

    IsAdhocActivity

    Gets or sets whether an Activity is a Adhoc activity or not. Remarks: This is applicable only for ExpandedSubProcess shape.

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

    IsCompensationActivity

    Gets or sets whether an Activity is a compensative activity or not. Remarks: This is applicable only for ExpandedSubProcess shape.

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

    IsExpandedSubProcess

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

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

    LoopActivity

    Gets or sets the Loop Characteristic of an Activity. Remarks: This is applicable only for ExpandedSubProcess shape.

    Declaration
    LoopCharacteristic LoopActivity { get; set; }
    Property Value
    Type
    LoopCharacteristic

    SubProcessType

    Gets or sets type of BPMN Boundary activity. Remarks: This is applicable only for ExpandedSubProcess shape.

    Declaration
    SubProcessType SubProcessType { get; set; }
    Property Value
    Type
    SubProcessType

    Extension Methods

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