Edit

Bagikan melalui


ReferenceNode.GetMatrix4x4Property(String) Method

Definition

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

public Microsoft.Toolkit.Uwp.UI.Animations.Expressions.Matrix4x4Node GetMatrix4x4Property (string propertyName);
member this.GetMatrix4x4Property : string -> Microsoft.Toolkit.Uwp.UI.Animations.Expressions.Matrix4x4Node
Public Function GetMatrix4x4Property (propertyName As String) As Matrix4x4Node

Parameters

propertyName
String

The name of the property to reference.

Returns

Matrix4x4Node

Applies to