Class WindowMovingEventArgs
Inheritance
System.Object
WindowMovingEventArgs
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. |