ViewGroup.CanAnimate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the view group has the ability to animate its children after the first layout.
[Android.Runtime.Register("canAnimate", "()Z", "GetCanAnimateHandler")]
protected virtual bool CanAnimate ();
[<Android.Runtime.Register("canAnimate", "()Z", "GetCanAnimateHandler")>]
abstract member CanAnimate : unit -> bool
override this.CanAnimate : unit -> bool
Returns
true if the children can be animated, false otherwise
- Attributes
Remarks
Indicates whether the view group has the ability to animate its children after the first layout.
Java documentation for android.view.ViewGroup.canAnimate()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.