ClipToBounds property in WinRT

前端 未结 3 1325
粉色の甜心
粉色の甜心 2020-12-11 05:58

I\'m trying to find the equivalent of ClipToBounds in Windows Runtime. If it doesn\'t exists is there a way to recreate this behavior ?

3条回答
  •  情歌与酒
    2020-12-11 06:21

    I prefer the 'Clip' property here is some xaml

    
        
            
        
    
    

    The parameter of the 'Rect' property are: Rect="x y width height"

    Hope it helps

    Greetings

提交回复
热议问题