Xceed Toolkit Plus for WPF v4.6 Documentation
AnimationPanel Class
Members 


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Panels Namespace : AnimationPanel Class
This base class for all "switchable" panels. The actual arrange animation engine is built into this class.
Syntax
'Declaration
 
<LocalizabilityAttribute(LocalizationCategory.Ignore)>
<ContentPropertyAttribute("Children")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public MustInherit Class AnimationPanel 
   Inherits PanelBase
'Usage
 
Dim instance As AnimationPanel
[Localizability(LocalizationCategory.Ignore)]
[ContentProperty("Children")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public abstract class AnimationPanel : PanelBase 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Panel
                     Xceed.Wpf.Toolkit.Panels.PanelBase
                        Xceed.Wpf.Toolkit.Panels.AnimationPanel
                           Xceed.Wpf.Toolkit.Panels.AnimatedTimelinePanel
                           Xceed.Wpf.Toolkit.Panels.AutoStretchStackPanel
                           Xceed.Wpf.Toolkit.Panels.CameraPanel
                           Xceed.Wpf.Toolkit.Panels.Canvas
                           Xceed.Wpf.Toolkit.Panels.Carousel
                           Xceed.Wpf.Toolkit.Panels.DockPanel
                           Xceed.Wpf.Toolkit.Panels.Grid
                           Xceed.Wpf.Toolkit.Panels.PerspectivePanel
                           Xceed.Wpf.Toolkit.Panels.RadialCanvas
                           Xceed.Wpf.Toolkit.Panels.RandomPanel
                           Xceed.Wpf.Toolkit.Panels.RelativeCanvas
                           Xceed.Wpf.Toolkit.Panels.StackedStackPanel
                           Xceed.Wpf.Toolkit.Panels.StackPanel
                           Xceed.Wpf.Toolkit.Panels.WrapPanel

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnimationPanel Members
Xceed.Wpf.Toolkit.Panels Namespace