Class PhaseViewModel
Inheritance
System.Object
PhaseViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class PhaseViewModel : SwimlaneChildViewModel, IPhase, ISwimlaneChild, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
PhaseViewModel()
Declaration
public PhaseViewModel()
Properties
Header
Gets or sets a header of the Phase.
Declaration
public object Header { get; set; }
Property Value
Type | Description |
---|---|
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
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.Orientation |
Implements
System.ComponentModel.INotifyPropertyChanged