EnumShaderLayoutAnimation
Enum
A set of predefined layout animations.
Definition
Namespace:Telerik.Windows.Controls.TransitionControl
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public enum ShaderLayoutAnimation
Fields
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.