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. |