menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Phase - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Phase

    Represents the sequence of vertical or horizontal separation in a Swimlane diagram.

    Inheritance
    System.Object
    DiagramElement
    Phase
    Inherited Members
    DiagramElement.ID
    DiagramElement.Key
    DiagramElement.Raw
    DiagramElement.Type
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved