1

私はMicrosoft Visual Studio 2010を使用しており、動的データ表示を参照しています。C# コードで DraggablePoint を作成しています。完璧なポイント作成、私の問題は、ポイントをマップ上で移動できないようにする方法ですか? プロパティ unMoveable または Moveable false を検索しようとしましたが、このようなものはありません。私のコード:

    // Creating the new DraggablePoint
    globalPoint = new DraggablePoint(new Point(x1,y1));

    // Set the point position
    globalPoint.Position = new Point(x1,y1);

    // Set the point on the map
    plotter.Children.Add(globalPoint);

手伝ってくれてありがとう。

4

1 に答える 1