Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本的に、Amount が負の場合、Amount を Windows Phone の TextBlock にバインドします。背景色を赤に変更する必要があります。
xaml を使用して 0 % c# コードでこれを実現できますか?
<TextBlock ... Background="{Binding Amount, Converter={StaticResource AmountToBackgroundBrushConverter}" />
独自のAmountToBackgroundBrushConverterを作成するだけです