From 8a6ae99f91a7b59e179047613f1710a1874d34b5 Mon Sep 17 00:00:00 2001 From: HO-COOH Date: Tue, 13 Jan 2026 23:51:02 +0800 Subject: [PATCH] Update expressionanimation.md --- windows.ui.composition/expressionanimation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows.ui.composition/expressionanimation.md b/windows.ui.composition/expressionanimation.md index 385016c718..63d56e421b 100644 --- a/windows.ui.composition/expressionanimation.md +++ b/windows.ui.composition/expressionanimation.md @@ -51,7 +51,7 @@ When constructing the mathematical equation, there are a number of different com + Operators, Precedence and Associativity - + The Expression string supports usage of typical mathematical operators (+, -, /, , etc.) you would expect to use in any equation. + + The Expression string supports usage of typical mathematical operators (+, -, /, *, etc.) you would expect to use in any equation. + When the expression is evaluated, it will adhere to operator precedence and associativity as defined in the C# language specification. + Property Parameters @@ -64,7 +64,7 @@ When constructing the mathematical equation, there are a number of different com + A list of the functions per type is listed further below + Keywords - + The Expression also can take advantage of a number of keywords that are treated differently when the Expression String Is evaluated. Consider these keywords and cannot be used as a string key in property references. + + The Expression can also take advantage of a number of keywords that are treated differently when the Expression String is evaluated. These keywords cannot be used as a string key in property references. + List of available keywords listed further below + Conditionals