WPF

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

    Show / Hide Table of Contents

    Class WindowResizingEventArgs

    Inheritance
    System.Object
    System.EventArgs
    WindowResizingEventArgs
    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 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.

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