Class ZoomCompletedEventArgs
Provides data for the ZoomCompleted event.
Inheritance
System.Object
System.EventArgs
ZoomCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Int32 |
ZoomScaleIndex
Gets/Sets Zooming scale Index
Declaration
public int ZoomScaleIndex { get; set; }
Property Value
Type |
---|
System.Int32 |