You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use one single quotes: 👇
<TextBoxText="{c:Binding '(A == 2) ? local:Class.A :4 + local:Class.B}"/>
use two single quotes: 👇 👇
<ButtonBackground="{c:Binding '(A > B ? media:Brushes.LightBlue : media:Brushes.White)'}"/>
I find that sometimes one single quote is used, sometimes two single quotes are used, sometimes parentheses are needed, sometimes not, what does the correct syntax really look like?
The text was updated successfully, but these errors were encountered:
I see the following usage in the documentation:
I find that sometimes one single quote is used, sometimes two single quotes are used, sometimes parentheses are needed, sometimes not, what does the correct syntax really look like?
The text was updated successfully, but these errors were encountered: