Timeline.GetDesiredFrameRate(Timeline) Methode

Definitie

Hiermee haalt u de gewenste framesnelheid van de opgegeven 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)

Parameters

timeline
Timeline

De tijdlijn waaruit de gewenste framesnelheid moet worden opgehaald.

Retouren

De gewenste framesnelheid van deze tijdlijn. De standaardwaarde is null.

Opmerkingen

Deze methode biedt leestoegang tot de DesiredFrameRate gekoppelde eigenschap. Zie de DesiredFrameRate pagina voor meer informatie.

Van toepassing op

Zie ook