ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
ThinkGeo.MapSuite.Wpf, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null
namespace ThinkGeo.MapSuite.Wpf
{
[SerializableAttribute]
public abstract
class MapTool : Control {
protected virtual
void Finalize();
}
[SerializableAttribute]
public class MapTools : GeoCollection<MapTool>, INotifyCollectionChanged,
INotifyPropertyChanged
{
protected override
void Finalize();
}
[SerializableAttribute]
public class MouseCoordinateMapTool
: MapTool {
protected override
void Finalize();
}
[SerializableAttribute]
public class PanZoomBarMapTool
: MapTool {
protected override
void Finalize();
}
} //end of namespace ThinkGeo.MapSuite.Wpf