WPF

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

    Show / Hide Table of Contents

    Interface IZoomPointerParameter

    Represents a interface to support the IZoomParameter class for executing zoom manually.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IZoomPointerParameter : IZoomParameter

    Properties

    PointerArgs

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

    Declaration
    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
    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
    double? ZoomFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved