如何绘制一个具有不同边框的矩形
我想要一个在 XAML 中测量 left=50、top=20、rigth=50 和 bottom=10 的矩形,
比如
谢谢
更新:
我想创建一个具有该形状的网格,我说网格是因为该控件应该包含其他控件,例如图像,并且该控件应该随着增长或收缩形式。
i want a rectangle with this measures left=50, top=20, rigth=50 and bottom=10 in XAML
Something like
thanks
UPDATE:
i want to create a Grid with that shape, i said grid because the control should contain other controls like an image and this control should grow or shrink with the form.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您显示的形状不是矩形。
您需要一个路径来执行此操作:
The Shape you are showing is not a rectangle.
You'll need a Path to do this:
您可以使用边框来做到这一点:
You can do this with a Border: