Ryan F. Mercer
Whys
I've been playing around with the graphical elements a bit and thought I'd start posting my findings.
Grid Tag:
Grid consists of 9 cells (3x3) and is typically used to frame content. Size: x,y (#,#). Anchor: x,y (L/C/R,T/C/B). Style: Grid9Detail...140 ({nil}/Two/Three/Four/Five/Six). "Grid9Detail" refers to a graphical overlay for a 9 cell grid and "140" is the minimum width before individual cell details begin to overlap each other. You have six base-frame styles to choose from.
The white areas show the full size and placement of each grid. Ideal margins for content are as follows.
grid9details...140 ({nil}/Two/Three/Five/Six):
grid9details...140 (Four):
To achieve these margins, content tags must use a combination of the following attributes: Anchor, Offset, Size, WrapWidth (Label tag only).
_
Grid Tag:
Code:
<Grid Size="175,150" Anchor="C,C" Offset="0,0" Padding="0,0" Style="Grid9Detail140" ConsumeMouse="0" />

The white areas show the full size and placement of each grid. Ideal margins for content are as follows.
grid9details...140 ({nil}/Two/Three/Five/Six):
Code:
margin-left: 18
margin-top: 44
margin-right: 17
margin-bottom: 43
Code:
margin-left: 20
margin-top: 44
margin-right: 20
margin-bottom: 44
_