Adobe
9A0-182 · Question #76
You want to position a group such that it is positioned in the middle of its parent both vertically and horizontally. Which syntax is correct?
The correct answer is C. <s:Group horizontalCenter="0" verticalCenter="0" />. See the full explanation below for the reasoning.
Question
You want to position a group such that it is positioned in the middle of its parent both vertically and horizontally. Which syntax is correct?
Options
- A<s:Group position="center" />
- B<s:Group center="true" />
- C<s:Group horizontalCenter="0" verticalCenter="0" />
- D<s:Group horizontalCenter="true" verticalCenter="true" />
How the community answered
(59 responses)- A8% (5)
- B3% (2)
- C75% (44)
- D14% (8)
Community Discussion
No community discussion yet for this question.