WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct SwimlaneChildChangedEventArgs - WPF API Reference | Syncfusion NodeChangedEvent event. ">

    Show / Hide Table of Contents

    Struct SwimlaneChildChangedEventArgs

    Represents a struct that provides the data for NodeChangedEvent event.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public struct SwimlaneChildChangedEventArgs

    Properties

    ColumnIndex

    Gets the column index of the Lane.

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

    Height

    Gets the height value of the Swimlane child.

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

    InteractionState

    Gets the interaction state value of the Swimlane Child.

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

    RowIndex

    Gets the row index of the Lane.

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

    Size

    Gets or sets the size of the Swimlane child.

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

    Width

    Gets the width value of the Swimlane child.

    Declaration
    public double Width { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved