WPF

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

    Show / Hide Table of Contents

    Class ZoomPositionParameter

    Represents the position parameters for executing zoom manually.

    Inheritance
    System.Object
    ZoomPositionParameter
    Implements
    IZoomPositionParameter
    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
    public class ZoomPositionParameter : IZoomPositionParameter, IZoomParameter

    Constructors

    ZoomPositionParameter()

    Declaration
    public ZoomPositionParameter()

    Properties

    FocusPoint

    Gets or sets the point of foucus while zooming. Usually used to specify a particular point in the content. Note: Focus point for zooming can also be defined using Pointer property.

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

    PanDelta

    Gets or sets the finite increament of the Pan value.

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

    ScrollDelta

    Gets or sets the finite increament of the Scroll value.

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

    ZoomCommand

    Gets or sets the zoom or scroll or pan command.

    Declaration
    public ZoomCommand ZoomCommand { get; set; }
    Property Value
    Type Description
    ZoomCommand

    ZoomDelta

    Gets or sets the finite increament of the Zoom value.

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

    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>

    ZoomTo

    Gets or sets the zoom to a particular scale value.

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

    Implements

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