Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 592 Bytes

compositionpropertyset_insertvector2_1953970587.md

File metadata and controls

26 lines (18 loc) · 592 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.CompositionPropertySet.InsertVector2(System.String,Windows.Foundation.Numerics.Vector2)
winrt method

Microsoft.UI.Composition.CompositionPropertySet.InsertVector2

-description

Inserts a Vector2 key-value pair.

-parameters

-param propertyName

The key associated with the value. This key can be used to retrieve the value.

-param value

The value to insert.

-remarks

-examples

-see-also