Animations
Enum
Type of animation to be applied on carousel items
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[Flags]
public enum Animations
Fields
C#
All = Location | Opacity | Scale
C#
Location = 1
C#
None = 0
C#
Opacity = 2
C#
Scale = 4