MapTileUriRequestedEventArgs.FrameIndex Property

Definition

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.

Applies to