Function ====== Windows.SetWindowProperty.Y ====== Void Windows.SetWindowProperty.Y(String windowId, Single y-position) ^ API | ./. | ^ description | sets a specific window's y position | ^ [[macros:namespace|namespace]] | [[macros:namespace:Windows.SetWindowProperty]] | ^ parameter | windowId ( [[macros:type:string]] ) : the Id of the window, see [[macros:identifier:windows]] | ^ ::: | x-position ( [[macros:type:single]] ) : value from 0 to 2. The whole workspace is 2 units high and divided into 8 parts. | ^ return value | [[macros:type:void]] | X, Y, Width and Height are the window's attributes and thus cannot be set with ActionScript.SetProperty. Instead, the dedicated functions in the namespace [[macros:namespace:Windows.SetWindowProperty]] must be uased. == Example in == [[macros:example:createworkspaces]]: Windows.SetWindowProperty.Y("Windows.Playbacks", 0) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~