Class ShaderLayoutAnimation
A set of predefined layout animations.
Inheritance
Namespace: Telerik.Windows.Controls.TransitionControl
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ShaderLayoutAnimation : Enum
Fields
Animated
Will animate the layout from the size of the old content to the size of the current over the animation time.
Declaration
public const ShaderLayoutAnimation Animated
Field Value
ShaderLayoutAnimation
|
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.
Declaration
public const ShaderLayoutAnimation Fit
Field Value
ShaderLayoutAnimation
|
Instant
Will resize to fit the new content at the beginning.
Declaration
public const ShaderLayoutAnimation Instant
Field Value
ShaderLayoutAnimation
|
value__
Declaration
public int value__
Field Value
System.Int32
|