Timeline.GetDesiredFrameRate(Timeline) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the desired frame rate of the specified 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)
Parameters
- timeline
- Timeline
The timeline from which to retrieve the desired frame rate.
Returns
The desired frame rate of this timeline. The default value is null
.
Remarks
This method provides read access to the DesiredFrameRate attached property. For more information, see the DesiredFrameRate page.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.