Class UIAnimationConstants
Collection of all constants used in Animations
Inheritance
System.Object
UIAnimationConstants
Assembly: LlamaSoftware.UI.dll
Syntax
public class UIAnimationConstants
Fields
BOTTOM
Declaration
public const string BOTTOM = "Bottom"
Field Value
| Type |
Description |
| System.String |
|
CLICKED
Declaration
public const string CLICKED = "Clicked"
Field Value
| Type |
Description |
| System.String |
|
DESELECTED
Declaration
public const string DESELECTED = "Deselected"
Field Value
| Type |
Description |
| System.String |
|
DISABLED
Declaration
public const string DISABLED = "Disabled"
Field Value
| Type |
Description |
| System.String |
|
ENABLED
Declaration
public const string ENABLED = "Enabled"
Field Value
| Type |
Description |
| System.String |
|
FADE_IN
Declaration
public const string FADE_IN = "FadeIn"
Field Value
| Type |
Description |
| System.String |
|
FADE_OUT
Declaration
public const string FADE_OUT = "FadeOut"
Field Value
| Type |
Description |
| System.String |
|
LEFT
Declaration
public const string LEFT = "Left"
Field Value
| Type |
Description |
| System.String |
|
RIGHT
Declaration
public const string RIGHT = "Right"
Field Value
| Type |
Description |
| System.String |
|
SELECTED
Declaration
public const string SELECTED = "Selected"
Field Value
| Type |
Description |
| System.String |
|
SLIDE_IN
Declaration
public const string SLIDE_IN = "SlideIn"
Field Value
| Type |
Description |
| System.String |
|
SLIDE_OUT
Declaration
public const string SLIDE_OUT = "SlideOut"
Field Value
| Type |
Description |
| System.String |
|
TOP
Declaration
public const string TOP = "Top"
Field Value
| Type |
Description |
| System.String |
|
ZOOM_IN
Declaration
public const string ZOOM_IN = "ZoomIn"
Field Value
| Type |
Description |
| System.String |
|
ZOOM_OUT
Declaration
public const string ZOOM_OUT = "ZoomOut"
Field Value
| Type |
Description |
| System.String |
|