WoW:XML/DRAWLAYER

From AddOn Studio
< XML
Revision as of 04:49, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page XML/DRAWLAYER to XML/DRAWLAYER without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Values

  • BACKGROUND
  • BORDER
  • ARTWORK - the usual default.
  • OVERLAY
  • HIGHLIGHT

Details

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