gpt4 book ai didi

winrt-xaml - 如何在 Button 中设置文字环绕

转载 作者:行者123 更新时间:2023-12-03 04:01:58 25 4
gpt4 key购买 nike

网上查了一下,没找到解决办法。我想我错过了下面代码中使文本换行的一些内容:

<Button x:Name="btnCustomerAging" Background="Green" BorderBrush="Green" Foreground="White" FontSize="33" HorizontalAlignment="Left" Margin="662,106,0,0" Grid.Row="1" VerticalAlignment="Top" Height="213" Width="238">            <TextWrapping>                Customer Locations            </TextWrapping></Button>

最佳答案

这会起作用。

<Button x:Name="btnCustomerAging" Background="Green" BorderBrush="Green" Foreground="White" FontSize="33" 
HorizontalAlignment="Left" Margin="662,106,0,0" Grid.Row="1" VerticalAlignment="Top" Height="213" Width="238">
<TextBlock Text="Customer Locations" TextWrapping="Wrap" />
</Button>

关于winrt-xaml - 如何在 Button 中设置文字环绕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18604670/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com