Timeline.GetDesiredFrameRate(Timeline) メソッド

定義

指定した 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)

パラメーター

timeline
Timeline

目的のフレーム レートを取得するタイムライン。

戻り値

Nullable<Int32>

このタイムラインの目的のフレーム レート。 既定値は null です。

注釈

このメソッドは、添付プロパティへの読み取りアクセスを DesiredFrameRate 提供します。 詳細については、DesiredFrameRate に関するページをご覧ください。

適用対象

こちらもご覧ください