다음을 통해 공유


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의 컴퍼지션 속성입니다.

적용 대상