PlatformTicker Class

Definition

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

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)

Applies to