menu

UWP

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

    Show / Hide Table of Contents

    Class SwimlaneHeader

    Represents a title of lane, phase and swimlane elements of the diagram control.

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

    Constructors

    SwimlaneHeader()

    Declaration
    public SwimlaneHeader()

    Properties

    Annotation

    Gets or sets the annotations to a swimlane.

    Declaration
    public Annotation Annotation { get; set; }
    Property Value
    Type
    Annotation

    Attributes

    Gets or sets the attributes of a swimlane.

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

    Height

    Gets or sets the height of a swimlane.

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

    ID

    Gets or set the ID value of the swimlane.

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

    Width

    Gets or sets the width of a swimlane.

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

    ZIndex

    Gets or sets a z-index value of the swimlane.

    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