Class ZoomPan
ZoomPan class Implementation.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class ZoomPan : ZoomingToolBarItem, INotifyPropertyChanged
Constructors
ZoomPan()
Initializes a new instance of the ZoomPan class.
Declaration
public ZoomPan()
Methods
OnPointerPressed(PointerRoutedEventArgs)
Updates the ZoomPan icon.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | The Event Arguments |
Implements
System.ComponentModel.INotifyPropertyChanged