Share via


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の相対的な移動を表す比率。

適用対象