WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomPointerParamenter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomPointerParamenter

    Represents a class to create the pointer parameters for executing zoom manually.

    Inheritance
    System.Object
    ZoomPointerParamenter
    Implements
    IZoomPointerParameter
    IZoomParameter
    Inherited Members
    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.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Obsolete("ZoomPointerParamenter class is deprecated. Please use ZoomPointerParameter class")]
    public class ZoomPointerParamenter : IZoomPointerParameter, IZoomParameter

    Constructors

    ZoomPointerParamenter()

    Declaration
    public ZoomPointerParamenter()

    Properties

    PointerArgs

    Gets or sets the point of foucus while zooming. Usually used to specify a particular point in the content.

    Declaration
    public MouseWheelEventArgs PointerArgs { get; set; }
    Property Value
    Type Description
    System.Windows.Input.MouseWheelEventArgs
    Remarks

    Focus point for zooming can also be defined using FocusPoint property.

    ZoomCommand

    Gets or sets the zoom or scroll or pan command.

    Declaration
    public ZoomCommand? ZoomCommand { get; set; }
    Property Value
    Type Description
    System.Nullable<ZoomCommand>

    ZoomFactor

    Gets or sets the percentage of scale value for each zoomin or zoomout functionality.

    Declaration
    public double? ZoomFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Implements

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