Android.Views.Window.TransitionBackgroundFadeDuration Property
Returns the duration, in milliseconds, of the window background fade when transitioning into or away from an Activity when called with an Activity Transition.

Syntax

[get: Android.Runtime.Register("getTransitionBackgroundFadeDuration", "()J", "GetGetTransitionBackgroundFadeDurationHandler")]
[set: Android.Runtime.Register("setTransitionBackgroundFadeDuration", "(J)V", "GetSetTransitionBackgroundFadeDuration_JHandler")]
public virtual long TransitionBackgroundFadeDuration { get; set; }

See Also

Window.EnterTransition
Window.EnterTransition

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the duration, in milliseconds, of the window background fade when transitioning into or away from an Activity when called with an Activity Transition.

When executing the enter transition, the background starts transparent and fades in. This requires Window.FEATURE_ACTIVITY_TRANSITIONS. The default is 300 milliseconds.

Set method documentation [Android Documentation]

Sets the duration, in milliseconds, of the window background fade when transitioning into or away from an Activity when called with an Activity Transition.

When executing the enter transition, the background starts transparent and fades in. This requires Window.FEATURE_ACTIVITY_TRANSITIONS. The default is 300 milliseconds.

Requirements

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