共用方式為


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的組合屬性。

適用於