StackPanel に Bottom Border と 1 の厚さを持たせるにはどうすればよいですか?
いくつかの方法を試しましたが、そのうちの 1 つを以下に示しますが、試したことはありません (SO で見つけたいくつかの回答を含む):
<Border BorderBrush="#FF1986D1" BorderThickness="1" VerticalAlignment="Bottom">
<StackPanel Background="#FFC6E1EE" HorizontalAlignment="Stretch" VerticalAlignment="Top" Height="13">
</StackPanel>
</Border>