Enum ShaderLayoutAnimation
A set of predefined layout animations.
Namespace: Telerik.Windows.Controls.TransitionControl
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum ShaderLayoutAnimation
Animated
Will animate the layout from the size of the old content to the size of the current over the animation time.
Fit
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.
Instant
Will resize to fit the new content at the beginning.