I'm not sure if it's possible, but it would be nice to have a command to change the style of a control after it has been created.
Ctrl ctrlSetStyle styleNumber
and a command to return the style:
ctrlStyle Ctrl
If it's not possible to support all styles, supporting simple styles (like ST_CENTER for text, or ST_KEEP_ASPECT_RATIO for pictures) is good enough.