Enum
AnimationType

Defines the available animation styles for the RadBusyIndicator control. Each animation type provides a unique visual experience optimized for different scenarios and design preferences.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum AnimationType

Fields

Animation1

A smooth circular loading animation with rotating elements. Perfect for general-purpose loading scenarios. Features a clean, minimalist design that works well in both light and dark themes.

Declaration

cs-api-definition
Animation1 = 1

Field Value

AnimationType

Animation10

A rotating dot animation with suspended movement and discrete steps. Features multiple dots arranged in a circle that rotate with paused motion. Creates a unique stepped rotation effect with elegant timing for premium user experiences.

Declaration

cs-api-definition
Animation10 = 10

Field Value

AnimationType

Animation2

A multi-layered rotating arc animation with concentric rings. Features multiple arc segments of different sizes rotating at varying speeds and directions. Creates a sophisticated spinning effect perfect for data processing and background operations.

Declaration

cs-api-definition
Animation2 = 2

Field Value

AnimationType

Animation3

A smooth rotating ring animation with gradient coloring. Features a single circular element that continuously rotates. Simple and elegant design perfect for lightweight loading scenarios.

Declaration

cs-api-definition
Animation3 = 3

Field Value

AnimationType

Animation4

A sophisticated geometric animation with pattern-based movement. Suitable for technical applications and data analysis. Combines rotation and translation effects for a professional appearance.

Declaration

cs-api-definition
Animation4 = 4

Field Value

AnimationType

Animation5

A vibrant bouncing animation with rhythmic movement. Perfect for mobile applications and user-friendly interfaces. Creates an energetic and playful loading experience that keeps users engaged.

Declaration

cs-api-definition
Animation5 = 5

Field Value

AnimationType

Animation6

An animated bar chart-style loading indicator with varying heights. Features multiple vertical bars that grow and shrink rhythmically. Perfect for data loading operations and provides clear visual progress feedback.

Declaration

cs-api-definition
Animation6 = 6

Field Value

AnimationType

Animation7

A classic spinner animation with continuous rotation. Universal design suitable for any application type. Provides reliable visual feedback with minimal visual complexity and resource usage.

Declaration

cs-api-definition
Animation7 = 7

Field Value

AnimationType

Animation8

A rotating petal or teardrop-shaped animation with three synchronized elements. Features elegant curved shapes that rotate around a central point. Creates an organic, flower-like loading pattern ideal for creative and design applications.

Declaration

cs-api-definition
Animation8 = 8

Field Value

AnimationType

Animation9

A sophisticated particle-like animation with distributed elements. Perfect for scientific applications and data visualization. Features multiple synchronized components that create a complex, intelligent appearance.

Declaration

cs-api-definition
Animation9 = 9

Field Value

AnimationType

Custom

Enables custom animations defined through the Animations collection. Use this option to create unique loading experiences with custom RadAnimation objects and complex animation sequences.

Declaration

cs-api-definition
Custom = 0

Field Value

AnimationType