共用方式為


ElementCompositionPreview.GetScrollViewerManipulationPropertySet 方法

定義

擷取 ScrollViewer 專案的組合屬性。

public:
 static CompositionPropertySet ^ GetScrollViewerManipulationPropertySet(ScrollViewer ^ scrollViewer);
 static CompositionPropertySet GetScrollViewerManipulationPropertySet(ScrollViewer const& scrollViewer);
public static CompositionPropertySet GetScrollViewerManipulationPropertySet(ScrollViewer scrollViewer);
function getScrollViewerManipulationPropertySet(scrollViewer)
Public Shared Function GetScrollViewerManipulationPropertySet (scrollViewer As ScrollViewer) As CompositionPropertySet

參數

scrollViewer
ScrollViewer

要為其取得組合屬性的 ScrollViewer 元素。

傳回

指定 ScrollViewer的撰寫屬性。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

適用於