WoW:XML/FRAMEPOINT: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{uixml}} A WoW UI XML enumeration that defines a point on a frame used for refernce in layout for relative positioning. FramePoints are used in Anchor and oth...")
 
m (Move page script moved page XML/FRAMEPOINT to WoW:XML/FRAMEPOINT without leaving a redirect)
 
(No difference)

Latest revision as of 04:49, 15 August 2023

XML UI ← XML types < FRAMEPOINT

A WoW UI XML enumeration that defines a point on a frame used for reference in UI layout for relative positioning. FramePoints are used in Anchor and others.

Values

  • TOPLEFT
  • TOPRIGHT
  • BOTTOMLEFT
  • BOTTOMRIGHT
  • TOP
  • BOTTOM
  • LEFT
  • RIGHT
  • CENTER

Details

See Also: UITYPE FramePoint