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.
我有一个 ArrowBlock 组件,它有时会出现在与其他图像相同的位置,但它位于其下方。我想让这个 ArrowBlock 始终绘制在顶部。怎么做?
您可以尝试将Canvas.ZIndex设置为高于同一容器中所有其他组件的值(除了Canvas名称之外,还适用于其他容器)。
Canvas