dotnetCHARTING Send comments on this topic.
LoadingAnimation Enumeration
See Also  
dotnetCHARTING Namespace : LoadingAnimation Enumeration


Specifies a predefined loading animation.

Syntax

Visual Basic (Declaration) 
Public Enum LoadingAnimation 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LoadingAnimation
C# 
public enum LoadingAnimation : Enum 

Members

MemberDescription
None No animation.
SnakeSegmented Segmented Snake animation.
SnakeDouble Double snakes animation.
Snake Rotating snake animation.
CircleSegmented Segmented circle animation.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LoadingAnimation

See Also

© 2021 All Rights Reserved.