Edit

ReferenceNode.GetVector4Property(String) Method

Definition

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

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

Parameters

propertyName
String

The name of the property to reference.

Returns

Vector4Node

Applies to