menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwimlaneChild - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SwimlaneChild

    Represents a base class for Header, Phase, and Lane within a swimlane.

    Inheritance
    System.Object
    DiagramObject
    NodeBase
    SwimlaneChild
    Lane
    Phase
    SwimlaneHeader
    Implements
    IDiagramObject
    System.ICloneable
    Inherited Members
    DiagramObject.GetParent()
    DiagramObject.OnPropertyChanged(String, Object, Object, IDiagramObject)
    NodeBase.AdditionalInfo
    NodeBase.CanAutoLayout
    NodeBase.Flip
    NodeBase.FlipMode
    NodeBase.ID
    NodeBase.IsVisible
    NodeBase.Margin
    NodeBase.SearchTags
    NodeBase.Tooltip
    NodeBase.ZIndex
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SwimlaneChild : NodeBase, IDiagramObject, ICloneable

    Constructors

    SwimlaneChild()

    Creates a new instance of the Swimlane Child.

    Declaration
    public SwimlaneChild()

    SwimlaneChild(SwimlaneChild)

    Creates a new instance of the Swimlane Child from the given Swimlane Child.

    Declaration
    public SwimlaneChild(SwimlaneChild src)
    Parameters
    Type Name Description
    SwimlaneChild src

    Properties

    Height

    Gets or sets the height of the swimlane child.

    Declaration
    public Nullable<double> Height { get; set; }
    Property Value
    Type
    System.Nullable<System.Double>

    Width

    Gets or sets the width of the swimlane child.

    Declaration
    public Nullable<double> Width { get; set; }
    Property Value
    Type
    System.Nullable<System.Double>

    Methods

    Clone()

    Creates a new SwimlaneChild that is a copy of the current SwimlaneChild.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A new SwimlaneChild object that is a copy of this SwimlaneChild.

    Overrides
    NodeBase.Clone()

    Implements

    IDiagramObject
    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved