Interface IScrollingInfo
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IScrollingInfo
Properties
ExtentHeight
Declaration
double ExtentHeight { get; }
Property Value
System.
|
ExtentWidth
Declaration
double ExtentWidth { get; }
Property Value
System.
|
HorizontalOffset
Declaration
double HorizontalOffset { get; }
Property Value
System.
|
VerticalOffset
Declaration
double VerticalOffset { get; }
Property Value
System.
|
ViewportHeight
Declaration
double ViewportHeight { get; }
Property Value
System.
|
ViewportWidth
Declaration
double ViewportWidth { get; }
Property Value
System.
|
Methods
TransformFromDropTargetToViewPort(Point)
Declaration
Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters
Windows.
|
Returns
Windows.
|