Xaml TextBlock set round corner

后端 未结 3 1291
北荒
北荒 2021-02-04 00:32

I am trying to set rounded corner of TextBlock in xaml. But there is no such property.


           


        
3条回答
  •  心在旅途
    2021-02-04 00:51

    for that use the Border element as a parent of textBlock as like,

     
        
    
    

    you already got it. :)

提交回复
热议问题