menu

UWP

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

    Show / Hide Table of Contents

    Class PanningInfo

    Inheritance
    System.Object
    PanningInfo
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class PanningInfo : Object

    Constructors

    PanningInfo()

    Declaration
    public PanningInfo()

    Properties

    DeltaPerHorizontalOffet

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

    DeltaPerVerticalOffset

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

    InHorizontalFeedback

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

    InVerticalFeedback

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

    IsPanning

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

    OriginalHorizontalOffset

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

    OriginalVerticalOffset

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

    UnusedTranslation

    Declaration
    public Point UnusedTranslation { get; set; }
    Property Value
    Type
    Windows.Foundation.Point

    Extension Methods

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