Class Phase
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 Phase : DiagramElement
Constructors
Phase()
Declaration
public Phase()
Properties
Attributes
Gets or sets the attributes value of the phase.
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
GroupId
Gets or sets the group ID value of the phase.
Declaration
public object GroupId { get; set; }
Property Value
Type |
---|
System.Object |
Header
Gets or sets the header part of phase.
Declaration
public SwimlaneHeader Header { get; set; }
Property Value
Type |
---|
SwimlaneHeader |
Height
Gets or sets the height of phase.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
IsSelected
Gets or sets the value whether the phase is selected or not.
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or sets the name of the phase.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Orientation
Gets or sets the orientation of phase.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |
Width
Gets or sets the width of phase.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
ZIndex
Gets or sets the Z index value of the phase.
Declaration
public int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |