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