Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 C# 程序,wpf。我有一块画布,画布上有许多随机移动的椭圆。我可以为每个椭圆添加文本,例如椭圆的位置???
当然,创建一个用户控件。该用户控件的 xaml 是一个网格,其中包含您的椭圆和您根据需要设置的文本框。然后定义您需要的 PropertyChanged 通知属性,例如 X、Y 和其他文本属性。然后将用户控件的 xaml (Canvas.Top/.Left) 绑定到用户控件的属性,就大功告成了。