WPF

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

    Show / Hide Table of Contents

    Class ZoomParamenter

    Parameter for executing zoom manually

    Inheritance
    System.Object
    ZoomParamenter
    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.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class ZoomParamenter : 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 Point? FocusPoint { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Windows.Point>

    ZoomFactor

    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

    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 - 2023 Syncfusion Inc. All Rights Reserved