CompositionExtensions.SetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use the value of specified ExpressionNode as the value for this composition conditional value
public static void SetValue(this Microsoft.UI.Composition.Interactions.CompositionConditionalValue modifier, CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode expressionNode);
static member SetValue : Microsoft.UI.Composition.Interactions.CompositionConditionalValue * CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode -> unit
<Extension()>
Public Sub SetValue (modifier As CompositionConditionalValue, expressionNode As ExpressionNode)
Parameters
- modifier
- Microsoft.UI.Composition.Interactions.CompositionConditionalValue
The modifier.
- expressionNode
- ExpressionNode
The root ExpressionNode that represents the ExpressionAnimation.