Class SwimlaneChild
Represents a base class for Header, Phase, and Lane within a swimlane.
Inherited Members
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
Implements
System.ICloneable