Edit

Bagikan melalui


ReferenceNode.GetScalarProperty(String) Method

Definition

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

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

Parameters

propertyName
String

The name of the property to reference.

Returns

ScalarNode

Applies to