is the same as:
myCanvas.percentWidth = 100;
The same goes for height and percentHeight. This can be used on any UIComponent.
IMPORTANT:
If you set percentWidth and percentHeight of a UIComponent whose's parent is not a Container these properties may not effect the size of the UIComponent. This is because
UIComponents do not actually check percentWidth and percentHeight. Instead the UIComponent's parent Container checks it's childrens' percentWidth and percentHeight and resizes the children accordingly.
No comments:
Post a Comment