IScrollController.PanningInfo Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine instance einer IScrollControllerPanningInfo
Implementierung ab, die Informationen zum Verschieben von Inhalten enthält, oder null
.
public:
property IScrollControllerPanningInfo ^ PanningInfo { IScrollControllerPanningInfo ^ get(); };
IScrollControllerPanningInfo PanningInfo();
public IScrollControllerPanningInfo PanningInfo { get; }
var iScrollControllerPanningInfo = iScrollController.panningInfo;
Public ReadOnly Property PanningInfo As IScrollControllerPanningInfo
Eigenschaftswert
Ein instance einer IScrollControllerPanningInfo
Implementierung oder null
.