Esempio n. 1
0
 /// <summary>
 /// Gets a value indicating whether the given element can be used as the target of a drag-and-drop operation.
 /// </summary>
 public static bool GetAllowDrop(Interactive interactive)
 {
     return(interactive.GetValue(AllowDropProperty));
 }