<" /> <" /> <"/>

TextBlock rotation

17 Views Asked by At

I'm using this xaml code in Uno:

    <TextBlock Text="Goodday" >
   <TextBlock.LayoutTransform>
     <RotateTransform Angle="90" />
   </TextBlock.LayoutTransform>  
</TextBlock>

But text doen not rotate. Any clue?

0

There are 0 best solutions below