Window.ContentScene Property

Definition

Retrieve the Scene representing this window's current content.

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

Property Value

Scene

Current Scene being shown or null

Attributes

Remarks

Java documentation for android.view.Window.getContentScene().

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.

Applies to