View.DragFlagOpaque Field
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.
Caution
This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.
Flag indicating that the drag shadow will be opaque.
[Android.Runtime.Register("DRAG_FLAG_OPAQUE", ApiSince=24)]
[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 DragFlagOpaque = 512;
[<Android.Runtime.Register("DRAG_FLAG_OPAQUE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)>]
val mutable DragFlagOpaque : Android.Views.DragFlags
Field Value
Value = 512- Attributes
Remarks
Flag indicating that the drag shadow will be opaque. When #startDragAndDrop(ClipData, DragShadowBuilder, Object, int)
is called with this flag set, the drag shadow will be opaque, otherwise, it will be semitransparent.
Java documentation for android.view.View.DRAG_FLAG_OPAQUE
.
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.