CoreDragInfo.Modifiers Property
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.
Gets the modifiers for the item being dragged.
public:
property DragDropModifiers Modifiers { DragDropModifiers get(); };
DragDropModifiers Modifiers();
public DragDropModifiers Modifiers { get; }
var dragDropModifiers = coreDragInfo.modifiers;
Public ReadOnly Property Modifiers As DragDropModifiers
Property Value
The modifiers for the item being dragged.