尝试制作一个带有十字的圆圈-似乎可以-但质量不是很好(看起来很破旧)。该如何解决?
XAML:
<Grid SnapsToDevicePixels="True">
<TextBlock Foreground="White" Text="Test"
FontFamily="Arial" FontSize="20" FontWeight="Normal"
/>
<Border CornerRadius="10" Width="20" Height="20" VerticalAlignment="Center" HorizontalAlignment="Right" Background="Red" Margin="0 0 2 0"
>
<Path
Width="11" Height="11"
Stroke="White"
StrokeThickness="3"
Data="M 0,0 L 11,11 M 11,0 L 0,11" />
</Border>
</Grid>
答案 0 :(得分:0)
就像您在评论中建议的那样:似乎对我来说是一个问题-在其他设备上一切都很好