Create Circular Image Xaml

后端 未结 2 1834
执念已碎
执念已碎 2020-12-11 18:04

In windows phone 8 I want to put an Image in a circle. Is there a container like grid which have a circular form? I know that there is ellipse bit it is not a container

2条回答
  •  遥遥无期
    2020-12-11 18:41

    Another option to mleroy's answer (since if I remember right WP is based on silverlight and I often run into a lack of brush availability to do stuff like that.) You could do this using the Clip property.

    For example;

    
      
        
      
    
    

    Hope this helps, cheers

    Edit Addition: You could also bind your radius X/Y to the width/height of the image for more flexibility on dynamic sized images.

提交回复
热议问题