menu

UWP

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

    Show / Hide Table of Contents

    Class DiagramThumbDragStartingEventArgs

    Represents a class that provides the data for ThumbDragStarting event.

    Inheritance
    System.Object
    DiagramThumbDragStartingEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class DiagramThumbDragStartingEventArgs : Object

    Constructors

    DiagramThumbDragStartingEventArgs()

    Initializes a new instance of the DiagramThumbDragStartingEventArgs class.

    Declaration
    public DiagramThumbDragStartingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the event should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    Containter

    Gets or sets the container value of the thumb.

    Declaration
    public UIElement Containter { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.UIElement

    InitialValue

    Gets or sets the initial position values of the thumb.

    Declaration
    public Nullable<Point> InitialValue { get; set; }
    Property Value
    Type
    System.Nullable<Windows.Foundation.Point>

    Extension Methods

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