WinForms

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

    Show / Hide Table of Contents

    Class ZoomCompletedEventArgs

    Provides data for the ZoomCompleted event.

    Inheritance
    System.Object
    System.EventArgs
    ZoomCompletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ZoomCompletedEventArgs : EventArgs

    Constructors

    ZoomCompletedEventArgs(Int32, Int32)

    HubTile.ZoomCompleted new instance

    Declaration
    public ZoomCompletedEventArgs(int pulseduration, int zoomscaleindex)
    Parameters
    Type Name Description
    System.Int32 pulseduration
    System.Int32 zoomscaleindex

    Properties

    PulseDuration

    Gets/Sets Zooming Pulse duration

    Declaration
    public int PulseDuration { get; set; }
    Property Value
    Type Description
    System.Int32

    ZoomScaleIndex

    Gets/Sets Zooming scale Index

    Declaration
    public int ZoomScaleIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved