menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomingToolBarItem - API Reference

    Show / Hide Table of Contents

    Class ZoomingToolBarItem

    ZoomingToolBarItem class implementation.

    Inheritance
    System.Object
    ZoomingToolBarItem
    SelectionZoom
    ZoomIn
    ZoomOut
    ZoomPan
    ZoomReset
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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 Description
    System.Windows.DependencyProperty

    EnableColorProperty

    The DependencyProperty for EnableColor property.

    Declaration
    public static readonly DependencyProperty EnableColorProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IconBackgroundProperty

    The DependencyProperty for IconBackground property.

    Declaration
    public static readonly DependencyProperty IconBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ToolBarIconHeightProperty

    The DependencyProperty for ToolBarIconHeight property.

    Declaration
    public static readonly DependencyProperty ToolBarIconHeightProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ToolBarIconMarginProperty

    The DependencyProperty for ToolBarIconMargin property.

    Declaration
    public static readonly DependencyProperty ToolBarIconMarginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ToolBarIconWidthProperty

    The DependencyProperty for ToolBarIconWidth property.

    Declaration
    public static readonly DependencyProperty ToolBarIconWidthProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    DisableColor

    Gets or sets the toolbar disable color.

    Declaration
    public Color DisableColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    EnableColor

    Gets or sets the toolbar color.

    Declaration
    public Color EnableColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    IconBackground

    Gets or sets the icon background

    Declaration
    public Color IconBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    ToolBarIconHeight

    Gets or sets the Height for the ZoomingToolbar items.

    Declaration
    public double ToolBarIconHeight { get; set; }
    Property Value
    Type Description
    System.Double

    ToolBarIconMargin

    Gets or sets the Margin for the ZoomingToolbar items.

    Declaration
    public Thickness ToolBarIconMargin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    ToolBarIconWidth

    Gets or sets the Width for the ZoomingToolbar items.

    Declaration
    public double ToolBarIconWidth { get; set; }
    Property Value
    Type Description
    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 Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved