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