MapTileLayer::TileWidth Property

Bing
 

Gets or sets the width, in pixels, of a tile in the map tile layer.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

public:
property int TileWidth {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: