Timeline.GetDesiredFrameRate(Timeline) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
目的のフレーム レートを取得するタイムライン。
戻り値
このタイムラインの目的のフレーム レート。 既定値は null
です。
注釈
このメソッドは、添付プロパティへの読み取りアクセスを DesiredFrameRate 提供します。 詳細については、DesiredFrameRate に関するページをご覧ください。