WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PhaseViewModel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PhaseViewModel

    Inheritance
    System.Object
    DiagramElementViewModel
    GroupableViewModel
    SwimlaneChildViewModel
    PhaseViewModel
    Implements
    IPhase
    ISwimlaneChild
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    SwimlaneChildViewModel.ShapeStyle
    SwimlaneChildViewModel.UnitHeight
    SwimlaneChildViewModel.UnitWidth
    GroupableViewModel.Name
    GroupableViewModel.IsSelected
    GroupableViewModel.ZIndex
    DiagramElementViewModel.OnPropertyChanged(String)
    DiagramElementViewModel.ID
    DiagramElementViewModel.Key
    DiagramElementViewModel.Info
    DiagramElementViewModel.PropertyChanged
    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

    IPhase
    ISwimlaneChild
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved