menu

UWP

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

    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.UWP.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
    Windows.UI.Xaml.DependencyProperty

    EnableColorProperty

    The DependencyProperty for EnableColor property.

    Declaration
    public static readonly DependencyProperty EnableColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IconBackgroundProperty

    The DependencyProperty for IconBackground property.

    Declaration
    public static readonly DependencyProperty IconBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ToolBarIconHeightProperty

    The DependencyProperty for ToolBarIconHeight property.

    Declaration
    public static readonly DependencyProperty ToolBarIconHeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ToolBarIconMarginProperty

    The DependencyProperty for ToolBarIconMargin property.

    Declaration
    public static readonly DependencyProperty ToolBarIconMarginProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ToolBarIconWidthProperty

    The DependencyProperty for ToolBarIconWidth property.

    Declaration
    public static readonly DependencyProperty ToolBarIconWidthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    DisableColor

    Gets or sets the toolbar disable color.

    Declaration
    public Color DisableColor { get; set; }
    Property Value
    Type
    Windows.UI.Color

    EnableColor

    Gets or sets the toolbar color.

    Declaration
    public Color EnableColor { get; set; }
    Property Value
    Type
    Windows.UI.Color

    IconBackground

    Gets or sets the icon background

    Declaration
    public Color IconBackground { get; set; }
    Property Value
    Type
    Windows.UI.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
    Windows.UI.Xaml.Thickness

    ToolBarIconWidth

    Gets or sets the Width for the ZoomingToolbar items.

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

    Methods

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Declaration
    protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e

    OnPointerExited(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerMoved(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerReleased(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved