menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomPointerParameter - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomPointerParameter

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

    Inheritance
    System.Object
    ZoomPointerParameter
    Implements
    IZoomPointerParameter
    IZoomParameter
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class ZoomPointerParameter : Object, IZoomPointerParameter, IZoomParameter

    Constructors

    ZoomPointerParameter()

    Declaration
    public ZoomPointerParameter()

    Properties

    PointerArgs

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

    Declaration
    public PointerRoutedEventArgs PointerArgs { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Input.PointerRoutedEventArgs
    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 Nullable<ZoomCommand> ZoomCommand { get; set; }
    Property Value
    Type
    System.Nullable<ZoomCommand>

    ZoomFactor

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

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

    Implements

    IZoomPointerParameter
    IZoomParameter

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved