menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Phase - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.UWP.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

    Orientation

    Gets or sets the orientation of phase.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved