标签: c# xaml windows-store-apps clip
我正在开发一个Windows应用商店应用,并希望将一些内容剪切为椭圆/圆形。结果应如下所示:
内容可以是StackPanel或Grid,例如使用TextBoxes或其他控件。
UIElements有一个Clip属性,但是这只能设置为RectangleGeometry而不是椭圆形等其他形状。
这对于Windows应用商店应用的XAML是否可行?
答案 0 :(得分:0)
尝试使用Brush as the Fill of the Ellipse。我认为您也可以使用WebViewBrush绘制任意内容。
Brush
Fill
Ellipse
WebViewBrush