menu

UWP

  • Code Examples
  • 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
    IDiagramElement.Key
    IGroupable.Info
    IGroupable.IsSelected
    IGroupable.ZIndex
    IID.ID
    ISwimlaneChild.ShapeStyle
    ISwimlaneChild.UnitHeight
    ISwimlaneChild.UnitWidth
    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
    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
    Windows.UI.Xaml.Controls.Orientation

    Extension Methods

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