Edit

ReferenceNode.GetMatrix3x2Property(String) Method

Definition

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

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

Parameters

propertyName
String

The name of the property to reference.

Returns

Matrix3x2Node

Applies to