Share via


QuadKey.X Property

 

Gets the x-axis position of the tile.

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

Syntax

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

Property Value

Type: System.Int32

Returns Int32.

See Also

QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top