Android.Animation.LayoutTransition.IsTransitionTypeEnabled Method
Returns whether the specified transitionType is enabled for this LayoutTransition object.

Syntax

[Android.Runtime.Register("isTransitionTypeEnabled", "(I)Z", "GetIsTransitionTypeEnabled_IHandler")]
public virtual bool IsTransitionTypeEnabled ([Android.Runtime.GeneratedEnum] LayoutTransitionType transitionType)

Parameters

transitionType
One of LayoutTransition.ChangeAppearing, LayoutTransition.ChangeDisappearing, LayoutTransition.Changing, LayoutTransition.Appearing, or LayoutTransition.Disappearing.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns whether the specified transitionType is enabled for this LayoutTransition object. By default, all transition types except LayoutTransition.Changing are enabled.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16