menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IZoomPositionParameter - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IZoomPositionParameter

    Parameter for executing zoom manually

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public interface IZoomPositionParameter : IZoomParameter

    Properties

    FocusPoint

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

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

    ZoomFactor

    Percentage of scale value for each ZoomIn or ZoomOut functionality

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

    ZoomTo

    Zoom to a particular scale value.

    Declaration
    double? ZoomTo { get; set; }
    Property Value
    Type
    System.Nullable<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved