Share via


MapTileLayer.TileHeight Property

 

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)

Syntax

public int TileHeight { get; set; }
public:
property int TileHeight {
    int get();
    void set(int value);
}
member TileHeight : int with get, set
Public Property TileHeight As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

MapTileLayer Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top