alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ReSizeGripMouseEventArgs

    Provides data for mouse events related to a resize grip interaction.

    Inheritance
    System.Object
    ReSizeGripMouseEventArgs
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class ReSizeGripMouseEventArgs : EventArgs

    Constructors

    ReSizeGripMouseEventArgs()

    Initializes a new instance of the ReSizeGripMouseEventArgs class.

    Declaration
    public ReSizeGripMouseEventArgs()

    Properties

    ButtonState

    Gets the state of the mouse button during the resize grip event.

    Declaration
    public MouseButtonState ButtonState { get; }
    Property Value
    Type
    System.Windows.Input.MouseButtonState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved