Animation.getCentered

Overview | Methods | This Package | All Packages

Animation.getCentered

Retrieves a boolean value indicating whether the animation will appear in the center of the Animation control.

Syntax

public final boolean getCentered()

Return Value

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.

Remarks

To set the value of the centered property, use the setCentered method.

See Also   setCentered