gpt4 book ai didi

c# - Windows 8 中的曲线文本 block

转载 作者:行者123 更新时间:2023-11-30 17:49:12 24 4
gpt4 key购买 nike

我想使用 XAML 创建弯曲的 TextBlock,例如:

enter image description here

我是这样做的:

<TextBlock TextWrapping="Wrap" Text="TextBlock" FontSize="30" Height="46"
Width="182" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left"
VerticalAlignment="Top" Canvas.ZIndex="-1" Foreground="White"
Margin="486,125,0,0" UseLayoutRounding="False" d:LayoutRounding="Auto">
<TextBlock.Projection>
<PlaneProjection RotationZ="360" />
</TextBlock.Projection>
<TextBlock.RenderTransform>
<CompositeTransform Rotation="-30"/>
</TextBlock.RenderTransform>
</TextBlock>

但是没有成功。
你能告诉我更好的方法吗?

最佳答案

关于c# - Windows 8 中的曲线文本 block ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22017542/

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