In your UI, you structure elements into a visual treeAn object graph, made of lightweight nodes, that holds all the elements in a window or panel. It defines every UI you build with the UI Toolkit.
See in Glossary.
Topic | 描述 |
---|---|
Introduction to visual elements and visual tree | Understand visual elementsA node of a visual tree that instantiates or derives from the C# VisualElement class. You can style the look, define the behaviour, and display it on screen as part of the UI. More infoSee in Glossary in the visual tree and how to use it. |
Panels | Understand panels in the visual tree. |
Draw order | Understand the elements ordering in the visual tree. |
Coordinate and position systems | Understand relative and absolute coordinates and transformation between coordinate systems. |