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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.