Share via


QuadKey.Y Property

 

Gets the y-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 Y { get; set; }
public:
property int Y {
    int get();
    void set(int value);
}
member Y : int with get, set
Public Property Y As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

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

Return to top