MapTileUriRequestedEventArgs.FrameIndex 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 number of frame of the requested tile.
public:
property int FrameIndex { int get(); };
int FrameIndex();
public int FrameIndex { get; }
var int32 = mapTileUriRequestedEventArgs.frameIndex;
Public ReadOnly Property FrameIndex As Integer
Property Value
Int32
int
The number of frame of the requested tile.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Remarks
For a non-animating MapTileSource, the frame index is always zero.