Table of Contents

Interface ISpinner

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

Contract for spinner-like UI components that can start and stop animated rotation.

public interface ISpinner

Methods

Spin()

Starts or continues the spinning animation.

void Spin()

Stop()

Stops the spinning animation.

void Stop()