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 的合成属性。

适用于