Ticker Class

Definition

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