Skip to the content.

PromptPlus API:SpinnersType

Build Publish License NuGet Downloads

Back to List Api

SpinnersType

Namespace: PPlus.Controls

Represents The Spinner types

public enum SpinnersType

Inheritance ObjectValueTypeEnumSpinnersType
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Ascii 0 Ascii type
Dots 1 Dots type
DotsScrolling 2 Dots Scrolling type
DotArrow 3 Dots Arrow type
DotArrowHeavy 4 Dots Arrow Heavy type
Star 5 Star type
Flip 6 Flip type
Balloon 7 Balloon type
Noise 8 Noise type
Bounce 9 Bounce type
BouncingBar 10 Bouncing Bar type
BoxHeavy 11 Box Heavy type
Arrow 12 Arrow type
ArrowHeavy 13 Arrow Heavy type
DoubleArrow 14 Double Arrow type
RightArrow 15 Right Arrow type
LeftArrow 16 Left Arrow type
Pipe 17 Pipe type
Toggle 18 Toggle type
Custom 19 User custom spinner

Back to List Api