Share via


MapTileLayer.TileWidth Property

 

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)

Syntax

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

Property Value

Type: System.Int32

Returns Int32.

See Also

MapTileLayer Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top