Windows Phone の TextBlock の背景色を変更したいです。これで、フレームの近くにスペースを入れずにテキストブロックのみを色付けしました。このコードで得たこの効果:
<StackPanel Orientation="Horizontal" Background="{Binding Color}">
<TextBlock Text="{Binding Name}" Margin="12,0,0,0"></TextBlock>
</StackPanel>
Windows Phone の TextBlock の背景色を変更したいです。これで、フレームの近くにスペースを入れずにテキストブロックのみを色付けしました。このコードで得たこの効果:
<StackPanel Orientation="Horizontal" Background="{Binding Color}">
<TextBlock Text="{Binding Name}" Margin="12,0,0,0"></TextBlock>
</StackPanel>