menu

WPF

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

    Show / Hide Table of Contents

    Class SelectionZoomingDeltaEventArgs

    Class implementation for SelectionZoomingDelta event arguments.

    Inheritance
    System.Object
    System.EventArgs
    SelectionZoomingEventArgs
    SelectionZoomingDeltaEventArgs
    Inherited Members
    SelectionZoomingEventArgs.ZoomRect
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class SelectionZoomingDeltaEventArgs : SelectionZoomingEventArgs

    Constructors

    SelectionZoomingDeltaEventArgs()

    Declaration
    public SelectionZoomingDeltaEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the event.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved