menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILane - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ILane

    Represents a lane is a functional unit or a responsible department of a business process that helps to map a process within the functional unit or in between other functional units.

    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 ILane : ISwimlaneChild, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Properties

    Children

    Gets or sets a collection of NodeViewModel.

    Declaration
    object Children { get; set; }
    Property Value
    Type
    System.Object

    Header

    Gets or sets a header of the Lane.

    Declaration
    object Header { get; set; }
    Property Value
    Type
    System.Object
    Remarks

    Header defines the title of the Lane.

    Orientation

    Gets or sets the orientation of the Lane. 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