View.DragShadowBuilder.View Property

Definition

Returns the View object that had been passed to the #DragShadowBuilder(View) constructor.

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

Property Value

The View object associate with this builder object.

Attributes

Remarks

Returns the View object that had been passed to the #DragShadowBuilder(View) constructor. If that View parameter was null or if the #DragShadowBuilder() constructor was used to instantiate the builder object, this method will return null.

Java documentation for android.view.View.DragShadowBuilder.getView().

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