Share via


CoreDragUI.Options property

[This documentation is preliminary and is subject to change.]

Gets or sets the CoreDragUIOptions for the drag and drop operation.

Syntax

public CoreDragUIOptions Options { get; set; }
Public Property Options As CoreDragUIOptions
public:
property CoreDragUIOptions Options { 
   CoreDragUIOptions get();
   void set (CoreDragUIOptions value);
}

Property value

Type: CoreDragUIOptions

The CoreDragUIOptions for the drag and drop operation.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

None supported

Namespace

Windows.ApplicationModel.DataTransfer.DragDrop.Core Windows::ApplicationModel::DataTransfer::DragDrop::Core [C++]

Metadata

Windows.winmd

See also

CoreDragUI