Class Swimlane
Represents a cluster multiple nodes, connectors and group into a single element. It acts like a container for its children (nodes, groups, and connectors).
Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class Swimlane : DiagramElement
Constructors
Swimlane()
Declaration
public Swimlane()
Properties
Attributes
Gets or sets the attributes value of the swimlane.
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Constraints
Gets or sets the constraints value of the swimlane.
Declaration
public NodeConstraints Constraints { get; set; }
Property Value
Type |
---|
NodeConstraints |
Geometry
Gets or sets geometry value of the swimlane.
Declaration
public string Geometry { get; set; }
Property Value
Type |
---|
System.String |
GroupId
Gets or sets the group ID value of the swimlane.
Declaration
public object GroupId { get; set; }
Property Value
Type |
---|
System.Object |
Header
Gets or sets the header part of the swimlane.
Declaration
public SwimlaneHeader Header { get; set; }
Property Value
Type |
---|
SwimlaneHeader |
Height
Gets or sets the height of the swimlane.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
IsSelected
Gets or sets the value whether the lane is selected or not.
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
LaneColT
Gets or sets lane column value of the swimlane.
Declaration
public string LaneColT { get; set; }
Property Value
Type |
---|
System.String |
Lanes
Gets or sets the list of lane values of the swimlane.
Declaration
public List<Lane> Lanes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Lane> |
MaxHeight
Gets or sets the maximum height of the swimlane.
Declaration
public double MaxHeight { get; set; }
Property Value
Type |
---|
System.Double |
MaxWidth
Gets or sets the maximum width of the swimlane.
Declaration
public double MaxWidth { get; set; }
Property Value
Type |
---|
System.Double |
MinHeight
Gets or sets the minimum height value of the swimlane.
Declaration
public double MinHeight { get; set; }
Property Value
Type |
---|
System.Double |
MinWidth
Gets or sets the minimum width value of the swimlane.
Declaration
public double MinWidth { get; set; }
Property Value
Type |
---|
System.Double |
OffsetX
Gets or sets the offset x value of the swimlane.
Declaration
public double OffsetX { get; set; }
Property Value
Type |
---|
System.Double |
OffsetY
Gets or sets the offset y value of the swimlane.
Declaration
public double OffsetY { get; set; }
Property Value
Type |
---|
System.Double |
Orientation
Gets or sets orientation value of the swimlane.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |
PhaseColT
Gets or sets phase column type of the swimlane.
Declaration
public string PhaseColT { get; set; }
Property Value
Type |
---|
System.String |
Phases
Gets or sets the list of phase values of the swimlane.
Declaration
public List<Phase> Phases { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Phase> |
ThemeStyleId
Gets or sets theme style ID value of the swimlane.
Declaration
public StyleId ThemeStyleId { get; set; }
Property Value
Type |
---|
StyleId |
Width
Gets or sets the width of the swimlane.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
ZIndex
Gets or sets the z index value of the swimlane.
Declaration
public int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |