Justify
From GECK
This article is incomplete. You can help by filling in any blank descriptions. Further information might be found in a section of the discussion page. Please remove this message when no longer necessary. |
The justify directive is a trait that aligns the element to the specified position in the rect of a user interface XML block.
<justify> &right; </justify>
<justify> &left; </justify>
<justify> ¢er; </justify>
Example
<text name="MyTextBlock"> <string>This should be aligned to the center.<string> <justify> ¢er; </justify> </text>
Aligns my text to the center