LayoutTransition.IsTransitionTypeEnabled(LayoutTransitionType) 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.
Returns whether the specified transitionType is enabled for this LayoutTransition object.
[Android.Runtime.Register("isTransitionTypeEnabled", "(I)Z", "GetIsTransitionTypeEnabled_IHandler")]
public virtual bool IsTransitionTypeEnabled (Android.Animation.LayoutTransitionType transitionType);
[<Android.Runtime.Register("isTransitionTypeEnabled", "(I)Z", "GetIsTransitionTypeEnabled_IHandler")>]
abstract member IsTransitionTypeEnabled : Android.Animation.LayoutTransitionType -> bool
override this.IsTransitionTypeEnabled : Android.Animation.LayoutTransitionType -> bool
Parameters
- transitionType
- LayoutTransitionType
One of #CHANGE_APPEARING
, #CHANGE_DISAPPEARING
,
#CHANGING
, #APPEARING
, or #DISAPPEARING
.
Returns
true if the specified transitionType is currently enabled, false otherwise.
- Attributes
Remarks
Returns whether the specified transitionType is enabled for this LayoutTransition object. By default, all transition types except #CHANGING
are enabled.
Java documentation for android.animation.LayoutTransition.isTransitionTypeEnabled(int)
.
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.