alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ZoomParamenter

    Parameter for executing zoom manually

    Inheritance
    System.Object
    ZoomParamenter
    Implements
    IZoomPositionParameter
    IZoomParameter
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class ZoomParamenter : Object, IZoomPositionParameter, IZoomParameter

    Constructors

    ZoomParamenter()

    Declaration
    public ZoomParamenter()

    Properties

    FocusPoint

    Point of foucus while zooming. Usually used to specify a particular point in the content.

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

    ZoomFactor

    Percentage of scale value for each ZoomIn or ZoomOut functionality

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

    ZoomTo

    Zoom to a particular scale value.

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

    Implements

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