CompositionAnimation.SetVector4Parameter(String, Vector4) Метод

Определение

Задает параметр значения Vector4 для использования с ExpressionAnimation или ключевым кадром выражения.

public:
 virtual void SetVector4Parameter(Platform::String ^ key, float4 value) = SetVector4Parameter;
void SetVector4Parameter(winrt::hstring const& key, float4 const& value);
public void SetVector4Parameter(string key, Vector4 value);
function setVector4Parameter(key, value)
Public Sub SetVector4Parameter (key As String, value As Vector4)

Параметры

key
String

Platform::String

winrt::hstring

Имя параметра.

value
Vector4 Vector4

float4

Значение Vector4 .

Применяется к