다음을 통해 공유


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에서 도입되었습니다.)

적용 대상