2012-10-30 47 views

回答

0

使用投影屬性並分配PlanarProjection值。在Blend中進行編輯時,它非常重要。

編輯*例

<TextBlock 
    Text="Hello" 
    FontSize="96" 
    HorizontalAlignment="Center" 
    VerticalAlignment="Center"> 
    <TextBlock.Projection> 
     <PlaneProjection 
      RotationY="45"/> 
    </TextBlock.Projection> 
</TextBlock> 
+0

u能請給這個例子的任何?請 –