Class Lane
Represents the sequence of vertical or horizontal separation in a Swimlane diagram.
Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class Lane : DiagramElement
Constructors
Lane()
Declaration
public Lane()
Properties
Attributes
Gets or sets the attrubutes of the lane.
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Child
Gets or sets the list nodes collection as child elements of the lane.
Declaration
public List<Node> Child { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Node> |
ChildColT
Gets or sets type of the child elements of lane.
Declaration
public string ChildColT { get; set; }
Property Value
Type |
---|
System.String |
Header
Gets or sets header part of the lane.
Declaration
public SwimlaneHeader Header { get; set; }
Property Value
Type |
---|
SwimlaneHeader |
Height
Gets or sets the height of the lane.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
ID
Getsor sets the ID of the lane.
Declaration
public object ID { get; set; }
Property Value
Type |
---|
System.Object |
Name
Gets or sets name of the lane.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Orientation
Gets or sets the orientation of the lane.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |
Width
Gets or sets width of the lane.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
ZIndex
Gets or sets Z index value of the lane.
Declaration
public int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |