Edit

ExpressionValues.Reference.CreatePropertySetReference(String) Method

Definition

Creates a named reference parameter to a PropertySet.

public static CommunityToolkit.WinUI.Animations.Expressions.PropertySetReferenceNode CreatePropertySetReference(string parameterName);
static member CreatePropertySetReference : string -> CommunityToolkit.WinUI.Animations.Expressions.PropertySetReferenceNode
Public Shared Function CreatePropertySetReference (parameterName As String) As PropertySetReferenceNode

Parameters

parameterName
String

The name that will be used to refer to the parameter at a later time.

Returns

PropertySetReferenceNode.

Applies to