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 页。

适用于

另请参阅