alexa

    Show / Hide Table of Contents

    Interface IZoomMouseParameter

    Parameter for executing zoom based mouse position

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public interface IZoomMouseParameter : IZoomParameter

    Properties

    MouseEventArgs

    Zoom to a particular mouse position value.

    Declaration
    MouseEventArgs MouseEventArgs { get; set; }
    Property Value
    Type
    System.Windows.Input.MouseEventArgs
    Back to top Generated by DocFX