A set of predefined layout animations.
Definition
Namespace:Telerik.Windows.Controls.TransitionControl
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ShaderLayoutAnimation
Fields
Will animate the layout from the size of the old content to the size of the current over the animation time.
C#
Animated = 2
At the beginning will enlarge to accommodate both the current and old contents and on the end will set resize to fit the new content only.
C#
Fit = 1
Will resize to fit the new content at the beginning.
C#
Instant = 0