在椭圆上设置滚动查看器控件

时间:2014-06-10 08:44:37

标签: c# xaml windows-phone-8 windows-store-apps

我需要在椭圆上设置scrollviewer。我的代码是:

<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>

我想要这个:

<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>

但它不起作用。当我缩放我的椭圆图像时,它变成矩形。我需要用椭圆形状缩放它。任何人都知道如何做到这一点?

0 个答案:

没有答案