menu

UWP

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

    Show / Hide Table of Contents

    Class SwimlaneChildChangedEventArgs

    Represents a struct that provides the data for NodeChangedEvent event.

    Inheritance
    System.Object
    SwimlaneChildChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class SwimlaneChildChangedEventArgs : ValueType

    Properties

    ColumnIndex

    Gets the column index of the Lane.

    Declaration
    public int ColumnIndex { get; set; }
    Property Value
    Type
    System.Int32

    Height

    Gets the height value of the Swimlane child.

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

    InteractionState

    Gets the interaction state value of the Swimlane Child.

    Declaration
    public SwimlaneChildInteractionState InteractionState { get; }
    Property Value
    Type
    SwimlaneChildInteractionState

    RowIndex

    Gets the row index of the Lane.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type
    System.Int32

    Size

    Gets or sets the size of the Swimlane child.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type
    Windows.Foundation.Size

    Width

    Gets the width value of the Swimlane child.

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

    Extension Methods

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