c# - Set scrollviewer control upon ellipse -


i need set scrollviewer on ellipse. code :

<ellipse horizontalalignment="left" height="301" stroke="black" verticalalignment="top" width="300">     <ellipse.fill>         <imagebrush stretch="uniform" imagesource="http://cfile3.uf.tistory.com/image/26616e4d514a3cdc136c4b"/>     </ellipse.fill> </ellipse> 

i want this:

<scrollviewewr> <ellipse horizontalalignment="left" height="301" stroke="black" verticalalignment="top" width="300">     <ellipse.fill>         <imagebrush stretch="uniform" imagesource="http://cfile3.uf.tistory.com/image/26616e4d514a3cdc136c4b"/>     </ellipse.fill> </ellipse></scrollviewr> 

but doesn't work. when zoom elliptical image, becomes rectangle.i need zoom ellipse shape.can know how this?


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -