你知道如何在xaml中使用数学操作数,例如我有这个:
<TextBlock Foreground="Red" Text="Example 01" FontSize="{Binding ElementName=SizeTextBox, Path=Text.Length}" Background="Azure"/>
并希望得到类似的东西:
FontSize="{Binding ElementName=SizeTextBox, Path=Text.Length*4}"
提前谢谢