Retrieves a boolean value indicating whether the animation will appear in the center of the Animation control.
public final boolean getCentered()
Returns true if the animation will be centered within the Animation control; otherwise, returns false. If getCentered returns false, the animation will be placed in the upper-left corner of the Animation control.
To set the value of the centered property, use the setCentered method.
See Also setCentered