この質問から抜け出すと、次のように定義されたテキストボックスがあります。
<TextBox>
<TextBox.Background>
<VisualBrush Stretch="Uniform">
<VisualBrush.Visual>
<StackPanel>
<TextBlock Background="Blue" Opacity="0.5" Text="155"/>
</StackPanel>
</VisualBrush.Visual>
</VisualBrush>
</TextBox.Background>
</TextBox>
これにより、次のTextBox
ようになります。
ここで、backgroundプロパティを削除すると、TextBox
次のようになります。
私が欲しいのは、色付きの背景で2番目の画像を実現することです。たとえば、最初の画像では、残りの空白も背景色で塗りつぶしたいと思います。