Class ZoomEndEventArgs
ZoomEndEventArgs class.
Inheritance
System.Object
ZoomEndEventArgs
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class ZoomEndEventArgs : EventArgs
Constructors
ZoomEndEventArgs(SfDiagram)
Initializes a new instance of the ZoomEndEventArgs class.
Declaration
public ZoomEndEventArgs(SfDiagram diagram)
Parameters
Type | Name | Description |
---|---|---|
SfDiagram | diagram |
Properties
IsPinching
Gets a value indicating whether isPinching.
Declaration
public bool IsPinching { get; }
Property Value
Type |
---|
System.Boolean |