Share via


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 中引入)

适用于