PlatformTicker Class

Definition

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
PlatformTicker

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)

Applies to