Timeline.GetDesiredFrameRate(Timeline) Metoda

Definice

Získá požadovanou frekvenci snímků zadaného Timeline.

public:
 static Nullable<int> GetDesiredFrameRate(System::Windows::Media::Animation::Timeline ^ timeline);
public static int? GetDesiredFrameRate (System.Windows.Media.Animation.Timeline timeline);
static member GetDesiredFrameRate : System.Windows.Media.Animation.Timeline -> Nullable<int>
Public Shared Function GetDesiredFrameRate (timeline As Timeline) As Nullable(Of Integer)

Parametry

timeline
Timeline

Časová osa, ze které se má načíst požadovaná frekvence snímků.

Návraty

Nullable<Int32>

Požadovaná frekvence snímků této časové osy. Výchozí hodnota je null.

Poznámky

Tato metoda poskytuje přístup pro čtení k DesiredFrameRate připojené vlastnosti. Další informace najdete na DesiredFrameRate stránce.

Platí pro

Viz také