Class ZoomingToolBarItem
Inheritance
System.Object
ZoomingToolBarItem
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfChart.UWP.dll
public class ZoomingToolBarItem : ContentControl, INotifyPropertyChanged
Constructors
Declaration
public ZoomingToolBarItem()
Fields
Declaration
public static readonly DependencyProperty DisableColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty EnableColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty IconBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty ToolBarIconHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty ToolBarIconMarginProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty ToolBarIconWidthProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets or sets the toolbar disable color.
Declaration
public Color DisableColor { get; set; }
Property Value
Gets or sets the toolbar color.
Declaration
public Color EnableColor { get; set; }
Property Value
Gets or sets the icon background
Declaration
public Color IconBackground { get; set; }
Property Value
Gets or sets the Height for the ZoomingToolbar items.
Declaration
public double ToolBarIconHeight { get; set; }
Property Value
Gets or sets the Margin for the ZoomingToolbar items.
Declaration
public Thickness ToolBarIconMargin { get; set; }
Property Value
Type |
Windows.UI.Xaml.Thickness |
Gets or sets the Width for the ZoomingToolbar items.
Declaration
public double ToolBarIconWidth { get; set; }
Property Value
Methods
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods