Currently I work it out by X and Y coordinates... subtracting the objects width and height from the layout width and height, and placing via coordinates.
Some kind of visual representation would make this a lot easier, but it is still quite possible to do without it.
Nice idea though, it would certainly save some time, especially if you change graphics for any GUI items... you have to recalcuate the position every time :/
~Sol