Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FailureSubEvent

    Show / Hide Table of Contents

    Class FailureSubEvent

    Specifies the size and position of the failure port.

    Inheritance
    System.Object
    SfDiagramBase
    FailureSubEvent
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FailureSubEvent : SfDiagramBase

    Constructors

    FailureSubEvent()

    Initialize the size and position of the failure port.

    Declaration
    public FailureSubEvent()

    Properties

    Annotations

    Defines the collection of textual annotations of the sub events.

    Declaration
    public ObservableCollection<DiagramNodeAnnotation> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<DiagramNodeAnnotation>

    Event

    Sets the type of the BPMN Event.

    Declaration
    public BpmnEvents Event { get; set; }
    Property Value
    Type Description
    BpmnEvents

    Height

    Sets the height of the node.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    HorizontalAlignment

    Sets how to horizontally align a node with respect to its immediate parent.

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    HorizontalAlignment

    Id

    Sets the id of the BPMN sub event.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Margin

    Defines the space to be left between the node and its immediate parent.

    Declaration
    public FailureMargin Margin { get; set; }
    Property Value
    Type Description
    FailureMargin

    Offset

    Defines the position of the sub event.

    Declaration
    public BpmnSubEventOffset Offset { get; set; }
    Property Value
    Type Description
    BpmnSubEventOffset

    Ports

    Defines the collection of connection points of the sub events.

    Declaration
    public ObservableCollection<DiagramPort> Ports { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<DiagramPort>

    Trigger

    Defines the type of the trigger.

    Declaration
    public BpmnTriggers Trigger { get; set; }
    Property Value
    Type Description
    BpmnTriggers

    VerticalAlignment

    Sets how to vertically align a node with respect to its immediate parent.

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    VerticalAlignment

    Visible

    Sets the visibility of the sub event.

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

    Width

    Sets the width of the node.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved