Class WindowResizingEventArgs
Inheritance
System.Object
WindowResizingEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class WindowResizingEventArgs : EventArgs
Constructors
WindowResizingEventArgs()
Declaration
public WindowResizingEventArgs()
Properties
DesiredHeight
Gets or sets the height of the desired.
Declaration
public double DesiredHeight { get; }
Property Value
Type | Description |
---|---|
System.Double | The desired height to resize the window |
DesiredWidth
Gets or sets the width of the desired.
Declaration
public double DesiredWidth { get; }
Property Value
Type | Description |
---|---|
System.Double | The desired width of the window. |
State
Gets or sets the state.
Declaration
public DockState State { get; }
Property Value
Type | Description |
---|---|
DockState | The state of the window. |