RadControls for Silverlight

A set of predefined layout animations.

Namespace: Telerik.Windows.Controls.TransitionControl
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.1050

Syntax

C#
public enum ShaderLayoutAnimation
Visual Basic
Public Enumeration ShaderLayoutAnimation

Members

Member nameValueDescription
Instant0 Will resize to fit the new content at the beginning.
Fit1 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.
Animated2 Will animate the layout from the size of the old content to the size of the current over the animation time.

See Also