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.
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
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
PlatformTicker() | Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy. |
Properties
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
OnSystemEnabledChanged() | (Inherited from Ticker) |
Start() |
Starts running this ticker. (Inherited from Ticker) |
Stop() |
Stops this ticker from running. (Inherited from Ticker) |