Ticker Class
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.
A ticker makes sure that animations get triggered to advance and progress through their different stages.
public ref class Ticker : Microsoft::Maui::Animations::ITicker
public class Ticker : Microsoft.Maui.Animations.ITicker
type Ticker = class
interface ITicker
Public Class Ticker
Implements ITicker
- Inheritance
-
Ticker
- Derived
- Implements
Constructors
Ticker() |
Properties
Fire |
The Action that is triggered when this ticker interval has been reached. |
IsRunning |
Specifies whether this ticker is currently running. |
MaxFps |
Maximum frames per second this ticker can handle. |
SystemEnabled |
Specifies whether this ticker is system enabled. |
Methods
OnSystemEnabledChanged() | |
Start() |
Starts running this ticker. |
Stop() |
Stops this ticker from running. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI