Class AnimationType
Defines the animation type for animation of busy indicator.
Inheritance
System.Object
AnimationType
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class AnimationType : Enum
Fields
CircularMaterial
Defines the animation type as circular material for busy indicator.
Declaration
public const AnimationType CircularMaterial
Field Value
Type |
---|
AnimationType |
Cupertino
Defines the animation type as Cupertino for busy indicator.
Declaration
public const AnimationType Cupertino
Field Value
Type |
---|
AnimationType |
DoubleCircle
Defines the animation type as double circle for busy indicator.
Declaration
public const AnimationType DoubleCircle
Field Value
Type |
---|
AnimationType |
Globe
Defines the animation type as Globe for busy indicator.
Declaration
public const AnimationType Globe
Field Value
Type |
---|
AnimationType |
LinearMaterial
Defines the animation type as linear material for busy indicator.
Declaration
public const AnimationType LinearMaterial
Field Value
Type |
---|
AnimationType |
SingleCircle
Defines the animation type as single circle for busy indicator.
Declaration
public const AnimationType SingleCircle
Field Value
Type |
---|
AnimationType |