UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPhase - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    ISwimlaneChild.ShapeStyle
    ISwimlaneChild.UnitHeight
    ISwimlaneChild.UnitWidth
    IGroupable.IsSelected
    IGroupable.ZIndex
    IGroupable.Info
    IDiagramElement.Key
    IID.ID
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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 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
    Orientation Orientation { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Controls.Orientation

    Extension Methods

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