Provides animation to panels. When the children collection
or some layout property changes an animation is applied to the elements that need to be moved
to a new location in the allocated layout space.
Users must inherit from RadAnimatedPanel since it does not implement any measure and arrange logic.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Primitives (in Telerik.Windows.Controls.Primitives.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public class RadAnimatedPanel : Panel |
| Visual Basic |
|---|
Public Class RadAnimatedPanel _
Inherits Panel |
| Visual C++ |
|---|
public ref class RadAnimatedPanel : public Panel |
Inheritance Hierarchy
See Also