Interface IPhase
Represents a cluster multiple nodes and connectors into a single element. It acts like a container for its children (nodes, groups, and connectors).
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IPhase : ISwimlaneChild, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Properties
Header
Gets or sets a header of the Phase.
Declaration
object Header { get; set; }
Property Value
Type |
---|
System.Object |
Remarks
Header defines the title of the Phase.
Orientation
Gets or sets the orientation of the Phase. This is applicable only if we add the element into stencil.
Declaration
Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |