다음을 통해 공유


IScrollControllerPanningInfo.SetPanningElementExpressionAnimationSources 메서드

정의

이동 기능을 지원하는 데 사용되는 식 애니메이션에 대한 정보를 제공합니다.

public:
 void SetPanningElementExpressionAnimationSources(CompositionPropertySet ^ propertySet, Platform::String ^ minOffsetPropertyName, Platform::String ^ maxOffsetPropertyName, Platform::String ^ offsetPropertyName, Platform::String ^ multiplierPropertyName);
void SetPanningElementExpressionAnimationSources(CompositionPropertySet const& propertySet, winrt::hstring const& minOffsetPropertyName, winrt::hstring const& maxOffsetPropertyName, winrt::hstring const& offsetPropertyName, winrt::hstring const& multiplierPropertyName);
public void SetPanningElementExpressionAnimationSources(CompositionPropertySet propertySet, string minOffsetPropertyName, string maxOffsetPropertyName, string offsetPropertyName, string multiplierPropertyName);
function setPanningElementExpressionAnimationSources(propertySet, minOffsetPropertyName, maxOffsetPropertyName, offsetPropertyName, multiplierPropertyName)
Public Sub SetPanningElementExpressionAnimationSources (propertySet As CompositionPropertySet, minOffsetPropertyName As String, maxOffsetPropertyName As String, offsetPropertyName As String, multiplierPropertyName As String)

매개 변수

propertySet
CompositionPropertySet

컴퍼지션 속성 집합입니다.

minOffsetPropertyName
String

Platform::String

winrt::hstring

최소 스크롤 오프셋 값입니다.

maxOffsetPropertyName
String

Platform::String

winrt::hstring

최대 스크롤 오프셋 값입니다.

offsetPropertyName
String

Platform::String

winrt::hstring

현재 스크롤 오프셋 값입니다.

multiplierPropertyName
String

Platform::String

winrt::hstring

콘텐츠의 자식 및 ScrollPresenter 콘텐츠PanningElementAncestor의 상대 이동을 나타내는 비율입니다.

적용 대상