MapTileLayer::TileHeight Property

Bing
 

Gets or sets the height, 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 TileHeight {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: