Share via


View.DragFlagHideCallingTaskOnDragStart Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.

[Android.Runtime.Register("DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)]
public const Android.Views.DragFlags DragFlagHideCallingTaskOnDragStart = 16384;
[<Android.Runtime.Register("DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)>]
val mutable DragFlagHideCallingTaskOnDragStart : Android.Views.DragFlags

Field Value

Value = 16384
Attributes

Applies to