'宣言 Protected Friend Function MoveTile( _ ByVal container As FrameworkElement, _ ByVal item As Object, _ ByVal point As Point _ ) As Boolean
protected internal bool MoveTile( FrameworkElement container, object item, Point point )
これにより、ユーザーがそのポイントにタイルをドラッグした場合と同じ結果が得られます。
AllowTileDragging が「Swap」または「Slide」でない場合、あるいは、指定したポイントが移動可能な別の Tile 上のポイントでない場合、このメソッドは False を返します。
TilesPanelBase クラス TilesPanelBase メンバ