MapTileBitmapRequestedEventArgs.Y Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Y value of the requested tile.
public:
property int Y { int get(); };
int Y();
public int Y { get; }
var int32 = mapTileBitmapRequestedEventArgs.y;
Public ReadOnly Property Y As Integer
Property Value
Int32
int
The Y value of the requested tile.