menu

WPF

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

    Show / Hide Table of Contents

    Class PanningInfo

    Inheritance
    System.Object
    PanningInfo
    Inherited Members
    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.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class PanningInfo

    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
    System.Windows.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved