Android.Graphics.Drawables.TransitionDrawable.CrossFadeEnabled Property
Indicates whether the cross fade is enabled for this transition.

Syntax

[get: Android.Runtime.Register("isCrossFadeEnabled", "()Z", "GetIsCrossFadeEnabledHandler")]
[set: Android.Runtime.Register("setCrossFadeEnabled", "(Z)V", "GetSetCrossFadeEnabled_ZHandler")]
public virtual bool CrossFadeEnabled { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether the cross fade is enabled for this transition.

Set method documentation [Android Documentation]

Enables or disables the cross fade of the drawables. When cross fade is disabled, the first drawable is always drawn opaque. With cross fade enabled, the first drawable is drawn with the opposite alpha of the second drawable. Cross fade is disabled by default.

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1