예제 #1
0
 public static void SetDragController(DependencyObject obj, DragController value)
 {
     obj.SetValue(DragControllerProperty, value);
 }
예제 #2
0
 public static void SetDragController(DependencyObject obj, DragController value)
 {
     obj.SetValue(DragControllerProperty, value);
 }