Class ZoomingToolBarItem
ZoomingToolBarItem class implementation.
Implements
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ZoomingToolBarItem : ContentControl, INotifyPropertyChanged
Constructors
ZoomingToolBarItem()
Declaration
public ZoomingToolBarItem()
Fields
DisableColorProperty
The DependencyProperty for DisableColor property.
Declaration
public static readonly DependencyProperty DisableColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EnableColorProperty
The DependencyProperty for EnableColor property.
Declaration
public static readonly DependencyProperty EnableColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IconBackgroundProperty
The DependencyProperty for IconBackground property.
Declaration
public static readonly DependencyProperty IconBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ToolBarIconHeightProperty
The DependencyProperty for ToolBarIconHeight property.
Declaration
public static readonly DependencyProperty ToolBarIconHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ToolBarIconMarginProperty
The DependencyProperty for ToolBarIconMargin property.
Declaration
public static readonly DependencyProperty ToolBarIconMarginProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ToolBarIconWidthProperty
The DependencyProperty for ToolBarIconWidth property.
Declaration
public static readonly DependencyProperty ToolBarIconWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
DisableColor
Gets or sets the toolbar disable color.
Declaration
public Color DisableColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
EnableColor
Gets or sets the toolbar color.
Declaration
public Color EnableColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
IconBackground
Gets or sets the icon background
Declaration
public Color IconBackground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
ToolBarIconHeight
Gets or sets the Height for the ZoomingToolbar items.
Declaration
public double ToolBarIconHeight { get; set; }
Property Value
Type |
---|
System.Double |
ToolBarIconMargin
Gets or sets the Margin for the ZoomingToolbar items.
Declaration
public Thickness ToolBarIconMargin { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
ToolBarIconWidth
Gets or sets the Width for the ZoomingToolbar items.
Declaration
public double ToolBarIconWidth { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the WPF infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationPeer | The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |
OnMouseLeave(MouseEventArgs)
Updates interactive behaviors when mouse leaves.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Event Arguments |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e |
OnMouseMove(MouseEventArgs)
Updates interactive behaviors when mouse moved.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Event Arguments |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |