Class DiagramLane
Inheritance
System.Object
DiagramLane
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramLane : EJTagHelper
Constructors
DiagramLane()
Declaration
Properties
CanMove
Defines when the lane to be interchanged or not
Declaration
public bool CanMove { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Children
Defines the collection of child nodes
Declaration
public object Children { get; set; }
Property Value
Type |
Description |
System.Object |
|
Defines the collection of header in the phase.
Declaration
public DiagramHeader Header { get; set; }
Property Value
Height
Defines the height of the phase
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Id
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Style
Declaration
public DiagramShapeStyle Style { get; set; }
Property Value
Width
Defines the height of the phase
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|