Edit

Bagikan melalui


ReferenceNode.GetVector3Property(String) Method

Definition

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

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

Parameters

propertyName
String

The name of the property to reference.

Returns

Vector3Node

Applies to