View.UpdateDragShadow(View+DragShadowBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the drag shadow for the ongoing drag and drop operation.
[Android.Runtime.Register("updateDragShadow", "(Landroid/view/View$DragShadowBuilder;)V", "", ApiSince=24)]
public void UpdateDragShadow (Android.Views.View.DragShadowBuilder? shadowBuilder);
[<Android.Runtime.Register("updateDragShadow", "(Landroid/view/View$DragShadowBuilder;)V", "", ApiSince=24)>]
member this.UpdateDragShadow : Android.Views.View.DragShadowBuilder -> unit
Parameters
- shadowBuilder
- View.DragShadowBuilder
A android.view.View.DragShadowBuilder
object for building the
new drag shadow.
- Attributes
Remarks
Java documentation for android.view.View.updateDragShadow(android.view.DragShadowBuilder)
.
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.