Timeline.SetDesiredFrameRate(Timeline, Nullable<Int32>) 方法

定义

设置指定 Timeline 所需的帧速率。

public:
 static void SetDesiredFrameRate(System::Windows::Media::Animation::Timeline ^ timeline, Nullable<int> desiredFrameRate);
public static void SetDesiredFrameRate (System.Windows.Media.Animation.Timeline timeline, int? desiredFrameRate);
static member SetDesiredFrameRate : System.Windows.Media.Animation.Timeline * Nullable<int> -> unit
Public Shared Sub SetDesiredFrameRate (timeline As Timeline, desiredFrameRate As Nullable(Of Integer))

参数

timeline
Timeline

desiredFrameRate 分配到的 Timeline

desiredFrameRate
Nullable<Int32>

此时间线每秒应生成的最大帧数量;如果系统将控制帧的数量,则为 null

注解

此方法设置 DesiredFrameRate 附加属性。 有关详细信息,请参阅 DesiredFrameRate 页。

适用于

另请参阅