Class SwimlaneHeader
Represents a title of lane, phase and swimlane elements of the diagram control.
Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SwimlaneHeader : DiagramElement
Constructors
SwimlaneHeader()
Declaration
public SwimlaneHeader()
Properties
Annotation
Gets or sets the annotations to a swimlane.
Declaration
public Annotation Annotation { get; set; }
Property Value
Type |
---|
Annotation |
Attributes
Gets or sets the attributes of a swimlane.
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Height
Gets or sets the height of a swimlane.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
ID
Gets or set the ID value of the swimlane.
Declaration
public object ID { get; set; }
Property Value
Type |
---|
System.Object |
Width
Gets or sets the width of a swimlane.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
ZIndex
Gets or sets a z-index value of the swimlane.
Declaration
public int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |