IScrollController.PanningInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an instance of an IScrollControllerPanningInfo
implementation that contains information related to content panning, or null
.
public:
property IScrollControllerPanningInfo ^ PanningInfo { IScrollControllerPanningInfo ^ get(); };
IScrollControllerPanningInfo PanningInfo();
public IScrollControllerPanningInfo PanningInfo { get; }
var iScrollControllerPanningInfo = iScrollController.panningInfo;
Public ReadOnly Property PanningInfo As IScrollControllerPanningInfo
Property Value
An instance of an IScrollControllerPanningInfo
implementation, or null
.