IScrollControllerPanningInfo 介面

定義

封裝實作可能支援的UI線程獨立行動瀏覽 IScrollController 相關信息。

public interface class IScrollControllerPanningInfo
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1406513921, 39595, 22972, 146, 205, 66, 207, 33, 171, 213, 144)]
struct IScrollControllerPanningInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.Guid(1406513921, 39595, 22972, 146, 205, 66, 207, 33, 171, 213, 144)]
public interface IScrollControllerPanningInfo
Public Interface IScrollControllerPanningInfo
屬性

屬性

IsRailEnabled

取得值,這個值表示可移動移動的專案是否必須鎖定在水準或垂直) 的單一方向 (。

PanningElementAncestor

取得的 UIElement 上階,可使用觸控來移動流覽 UI 線程,例如 ScrollPresenter的內容。

PanOrientation

取得值,這個值表示內容可以水平或垂直移動流覽。

方法

SetPanningElementExpressionAnimationSources(CompositionPropertySet, String, String, String, String)

提供用來支援行動瀏覽的運算式動畫資訊。

事件

Changed

在任何 IScrollControllerPanningInfo 屬性變更時發生。

PanRequested

發生於用戶嘗試使用觸控或手寫筆起始移動流覽時。

適用於