menu

UWP

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

    Show / Hide Table of Contents

    Class Lane

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

    Inheritance
    System.Object
    DiagramElement
    Lane
    Inherited Members
    DiagramElement.Key
    DiagramElement.Raw
    DiagramElement.Type
    Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class Lane : DiagramElement

    Constructors

    Lane()

    Declaration
    public Lane()

    Properties

    Attributes

    Gets or sets the attrubutes of the lane.

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Child

    Gets or sets the list nodes collection as child elements of the lane.

    Declaration
    public List<Node> Child { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<Node>

    ChildColT

    Gets or sets type of the child elements of lane.

    Declaration
    public string ChildColT { get; set; }
    Property Value
    Type
    System.String

    Header

    Gets or sets header part of the lane.

    Declaration
    public SwimlaneHeader Header { get; set; }
    Property Value
    Type
    SwimlaneHeader

    Height

    Gets or sets the height of the lane.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    ID

    Getsor sets the ID of the lane.

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

    Orientation

    Gets or sets the orientation of the lane.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.Orientation

    Width

    Gets or sets width of the lane.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    ZIndex

    Gets or sets Z index value of the lane.

    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