Class PanningInfo
Inheritance
System.Object
PanningInfo
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class PanningInfo : Object
Constructors
PanningInfo()
Declaration
Properties
DeltaPerHorizontalOffet
Declaration
public double DeltaPerHorizontalOffet { get; set; }
Property Value
DeltaPerVerticalOffset
Declaration
public double DeltaPerVerticalOffset { get; set; }
Property Value
InHorizontalFeedback
Declaration
public bool InHorizontalFeedback { get; set; }
Property Value
InVerticalFeedback
Declaration
public bool InVerticalFeedback { get; set; }
Property Value
IsPanning
Declaration
public bool IsPanning { get; set; }
Property Value
OriginalHorizontalOffset
Declaration
public double OriginalHorizontalOffset { get; set; }
Property Value
OriginalVerticalOffset
Declaration
public double OriginalVerticalOffset { get; set; }
Property Value
UnusedTranslation
Declaration
public Point UnusedTranslation { get; set; }
Property Value
Type |
Windows.Foundation.Point |
Extension Methods