ElementCompositionPreview.GetScrollViewerManipulationPropertySet 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 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 的合成属性。