Edit

ReferenceNode.GetVector2Property(String) Method

Definition

Create a reference to the specified Vector2 property. This maybe be a property on the CompositionObject directly, or on the its PropertySet.

public CommunityToolkit.WinUI.Animations.Expressions.Vector2Node GetVector2Property(string propertyName);
member this.GetVector2Property : string -> CommunityToolkit.WinUI.Animations.Expressions.Vector2Node
Public Function GetVector2Property (propertyName As String) As Vector2Node

Parameters

propertyName
String

The name of the property to reference.

Returns

Vector2Node

Applies to