Class ZoomCompletedEventArgs
Provides data for the ZoomCompleted event.
Inheritance
System.Object
ZoomCompletedEventArgs
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 | pulseduration |
| System.Int32 | zoomscaleindex | 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 |