MapTileUriRequestedEventArgs.Y Property

Definition

Gets the Y value of the requested tile.

public:
 property int Y { int get(); };
int Y();
public int Y { get; }
var int32 = mapTileUriRequestedEventArgs.y;
Public ReadOnly Property Y As Integer

Property Value

Int32

int

The Y value of the requested tile.

Applies to

See also