Edit

ExpressionValues.Reference.CreateSpotLightReference(String) Method

Definition

Creates a named reference parameter to a SpotLight.

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

Parameters

parameterName
String

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

Returns

SpotLightReferenceNode.

Applies to