alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum BpmnActivityType

    Specifies the type of BpmnActivity.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum BpmnActivityType
    Examples
    Node node = new Node()
    {
        Shape = new BpmnActivity() 
        { 
            ActivityType = BpmnActivityType.Task, 
        }
    };

    Fields

    Name Description
    CollapsedSubProcess

    Specifies the subprocess type of an activity.

    Task

    Specifies the task type activity..

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved