PlatformTicker 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.
public ref class PlatformTicker : Microsoft::Maui::Animations::Ticker
public class PlatformTicker : Microsoft.Maui.Animations.Ticker
type PlatformTicker = class
inherit Ticker
Public Class PlatformTicker
Inherits Ticker
- Inheritance
Constructors
| Name | Description |
|---|---|
| PlatformTicker() | |
Properties
| Name | Description |
|---|---|
| Fire |
The Action that is triggered when this ticker interval has been reached. (Inherited from Ticker) |
| IsRunning |
Specifies whether this ticker is currently running. (Inherited from Ticker) |
| MaxFps |
Maximum frames per second this ticker can handle. (Inherited from Ticker) |
| SystemEnabled |
Specifies whether this ticker is system enabled. (Inherited from Ticker) |
Methods
| Name | Description |
|---|---|
| OnSystemEnabledChanged() | (Inherited from Ticker) |
| Start() |
Starts running this ticker. (Inherited from Ticker) |
| Stop() |
Stops this ticker from running. (Inherited from Ticker) |