Scene.SceneRoot Property

Definition

Gets the root of the scene, which is the root of the view hierarchy affected by changes due to this scene, and which will be animated when this scene is entered.

public Android.Views.ViewGroup? SceneRoot { [Android.Runtime.Register("getSceneRoot", "()Landroid/view/ViewGroup;", "")] get; }
[<get: Android.Runtime.Register("getSceneRoot", "()Landroid/view/ViewGroup;", "")>]
member this.SceneRoot : Android.Views.ViewGroup

Property Value

The root of the view hierarchy affected by this scene.

Attributes

Remarks

Gets the root of the scene, which is the root of the view hierarchy affected by changes due to this scene, and which will be animated when this scene is entered.

Java documentation for android.transition.Scene.getSceneRoot().

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