<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FDimension</id>
	<title>WoW:XML/Dimension - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FDimension"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Dimension&amp;action=history"/>
	<updated>2026-04-22T17:17:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/Dimension&amp;diff=20267&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page XML/Dimension to WoW:XML/Dimension without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Dimension&amp;diff=20267&amp;oldid=prev"/>
		<updated>2023-08-15T04:49:23Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:XML/Dimension&quot; title=&quot;WoW:XML/Dimension&quot;&gt;XML/Dimension&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:XML/Dimension&quot; title=&quot;WoW:XML/Dimension&quot;&gt;XML/Dimension&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:49, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-20266:rev-20267 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/Dimension&amp;diff=20266&amp;oldid=prev</id>
		<title>Bear: Created page with &quot;Dimension&quot;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Dimension&amp;diff=20266&amp;oldid=prev"/>
		<updated>2012-08-02T00:59:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Dimension&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{uixmltype}}&lt;br /&gt;
&lt;br /&gt;
[[XML/Dimension|Dimension]] is a type used for a variety of purposes for defining values that relate to the UI coordinate system, and is a fundamental UI building block for defining positional layout. See [[XML/Value|Value]] for single value use type. The Dimension type can be used for &amp;#039;&amp;#039;&amp;#039;Size&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Position&amp;#039;&amp;#039;&amp;#039; and others, and can be found on [[XML/LayoutFrame|LayoutFrame]], [[XML/Anchor|Anchor]], and others.&lt;br /&gt;
&lt;br /&gt;
== Inheritance ==&lt;br /&gt;
Inherited by: none, Inherits: none, Defined in: multiple&lt;br /&gt;
&lt;br /&gt;
== Elements ==&lt;br /&gt;
* &amp;lt;[[XML/AbsDimension|AbsDimension]]&amp;gt; - defines a relative or absolute value, using &amp;#039;absolute&amp;#039; unit based coordinates&lt;br /&gt;
* &amp;lt;[[XML/RelDimension|RelDimension]]&amp;gt; - defines a relative or absolute value, using &amp;#039;relative&amp;#039; scalar coordinates&lt;br /&gt;
&lt;br /&gt;
== Attributes ==&lt;br /&gt;
* x (int) - defines a value thats horizontally opposed&lt;br /&gt;
* y (int) - defines a value thats vertically opposed&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
[[XML/Dimension|Dimension]] based elements facilitate the &amp;#039;Layout&amp;#039; mechanism in the WoW UI. When used for &amp;lt;&amp;#039;&amp;#039;&amp;#039;Size&amp;#039;&amp;#039;&amp;#039;&amp;gt;, along with the &amp;lt;[[XML/Anchors|Anchors]]&amp;gt; element, allow WoW to position all of its visible and interactive elements on the screen, including the 3D views of the world. Dimension works by providing a flexible set of size or positional constructs, by using one of: inline values (X and Y), the [[XML/AbsDimension|AbsDimension]] element, or the [[XML/RelDimension|RelDimension]] element.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
 &amp;lt;Frame name=&amp;quot;MyFrame&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;Size&amp;gt;&lt;br /&gt;
     &amp;lt;[[XML/RelDimension|RelDimension]] x=&amp;quot;0.5&amp;quot; y=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/Size&amp;gt;&lt;br /&gt;
   &amp;lt;Frames&amp;gt;&lt;br /&gt;
     &amp;lt;Frame name=&amp;quot;$parentChild&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;[[XML/Dimension|Size]] x=&amp;quot;200&amp;quot; y=&amp;quot;100&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;Anchors&amp;gt;&lt;br /&gt;
         &amp;lt;Anchor point=&amp;quot;TOP&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;Offset&amp;gt;&lt;br /&gt;
             &amp;lt;[[XML/AbsDimension|AbsDimension]] x=&amp;quot;0&amp;quot; y=&amp;quot;-22&amp;quot; /&amp;gt;&lt;br /&gt;
           &amp;lt;/Offset&amp;gt;&lt;br /&gt;
         &amp;lt;/Anchor&amp;gt;&lt;br /&gt;
       &amp;lt;/Anchors&amp;gt;&lt;br /&gt;
     &amp;lt;/frame&amp;gt;&lt;br /&gt;
   &amp;lt;/Frames&amp;gt;&lt;br /&gt;
 &amp;lt;/Frame&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example will align the top of the &amp;#039;child&amp;#039; frame to the top of &amp;#039;MyFrame&amp;#039;, and then offset that alignment by -22 vertically. Also demonstrates use of Dimension with &amp;#039;&amp;#039;&amp;#039;Size&amp;#039;&amp;#039;&amp;#039; and [[XML/Anchor|Anchor]], and using &amp;#039;&amp;#039;&amp;#039;Abs&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Rel&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;inline&amp;#039;&amp;#039;&amp;#039; values.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;/div&gt;</summary>
		<author><name>Bear</name></author>
	</entry>
</feed>