Android.App.Activity.ContentScene Property
Retrieve the Android.Transitions.Scene representing this window's current content.

Syntax

[get: Android.Runtime.Register("getContentScene", "()Landroid/transition/Scene;", "GetGetContentSceneHandler")]
public virtual Android.Transitions.Scene ContentScene { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the Android.Transitions.Scene representing this window's current content. Requires Android.Views.Window.FEATURE_CONTENT_TRANSITIONS.

This method will return null if the current content is not represented by a Scene.

[Android Documentation]

Requirements

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