WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WindowMovingEventArgs

    Show / Hide Table of Contents

    Class WindowMovingEventArgs

    Inheritance
    System.Object
    System.EventArgs
    WindowMovingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class WindowMovingEventArgs : EventArgs

    Constructors

    WindowMovingEventArgs()

    Declaration
    public WindowMovingEventArgs()

    Properties

    State

    Gets or sets the state.

    Declaration
    public DockState State { get; }
    Property Value
    Type Description
    DockState

    The state.

    X

    Gets or sets the X.

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

    The X.

    Y

    Gets or sets the Y.

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

    The Y.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved