MapTileSource.FrameCount Eigenschaft

Definition

Ruft die Anzahl der Frames in der Animation dieser MapTileSource ab oder legt diese fest.

public:
 property int FrameCount { int get(); void set(int value); };
int FrameCount();

void FrameCount(int value);
public int FrameCount { get; set; }
var int32 = mapTileSource.frameCount;
mapTileSource.frameCount = int32;
Public Property FrameCount As Integer

Eigenschaftswert

Int32

int

Die Anzahl der Frames in der Animation dieser MapTileSource.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)

Gilt für: