WoW:XML/DRAWLAYER
< XML
← XML UI ← XML types < DRAWLAYER < Layer
DRAWLAYER is an WoW UI XML enumeration used for reference in UI layout for major 'Z order' layering and compositing. FrameStrata is used in Layer.
ValuesEdit
- BACKGROUND
- BORDER
- ARTWORK - the usual default.
- OVERLAY
- HIGHLIGHT
DetailsEdit
Which level the layer show be rendered on relative to other layers. Elements in the HIGHLIGHT Layer are automatically shown or hidden when the mouse enters or leaves. For Highlighting to work you need enableMouse="true" in your <Frame> attributes.
See Also: UITYPE DrawLayer