menu

UWP

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

    Show / Hide Table of Contents

    Class AutoScrolledArgs

    Provides data for AutoScroll event that report changes to the AutoScroll value of a diagram.

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

    Properties

    Cancel

    Gets or sets a value that indicates whether a autoscroll is cancel.

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

    Delay

    Gets or sets a value that indicates time takes for the autoscroll operation

    Declaration
    public TimeSpan Delay { get; set; }
    Property Value
    Type
    System.TimeSpan

    DistanceFromDiagram

    Gets or sets a value that indicates the autoscroll works upto the given value. If mouse pointer is moved out of the diagram viewport along with the DistanceFromDiagram region, autoscroll will be stopped.

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

    DragDelay

    Gets or sets a value that indicates the elements moves to the position of given value on autoscroll operation.

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

    Item

    Gets a value of the autoscroll item.

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object

    Extension Methods

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