维西奥问题?有没有办法将某物的属性设置为始终在前面?
所以你可以将项目安排在后面或前面,有没有办法将其设置为始终在前面?
So you can arrange items to be in the back or front, is there a way to set it to always be Front?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您不能将对象设置为始终位于前面。您可以选择一个对象,右键单击,选择“形状”选项(或菜单栏中的“形状”菜单),然后选择“置于前面”以将该对象移动到前面,但如果添加另一个对象,它将位于顶部直到您再次对第一个对象执行“置于前面”。
试想一下,如果有一个属性要设置为“始终在前面”,那么如果您在两个对象上将其设置为 true,然后尝试将一个对象放在另一个对象之上,会发生什么情况?请参阅 Raymond Chen 的帖子 “如果两个程序执行此操作会怎样? ”。两个 Visio 对象的情况不会产生太多潜在的负面后果,但仍然可能导致问题。即使只允许一个对象“永远在前面”,也会带来很大的复杂性而收效甚微。
No, you cannot set an object to be always in front. You can select an object, right click, choose the Shape option (or the Shape menu from the menu bar) and select "Bring to Front" to move that object to the front, but if you add another object, it will be on top of the first object until you do the "Bring to Front" on the first object again.
Just think if there were a property to set for "Always in front", what would happen if you set it to true on two objects and then attempted to put one over the other? See Raymond Chen's post "What if two programs did this?". The scenario of two Visio objects doesn't have as much potential negative consequences, but could still cause issues. Even if it only allowed one object to be the "always in front", it would be a lot of complexity for little gain.