Xceed Toolkit Plus for WPF v4.6 Documentation
Xceed.Wpf.Toolkit.Panels Namespace
Inheritance Hierarchy
Xceed.Wpf.Toolkit Assembly : Xceed.Wpf.Toolkit.Panels Namespace
The Xceed.Wpf.Toolkit.Panels namespace contains the classes needed to use the SwitchPanel and associated "switchable" (AnimationPanel-derived) panels.
Classes
 ClassDescription
ClassDefines an area where items are positioned on a timeline.
ClassThis base class for all "switchable" panels. The actual arrange animation engine is built into this class.
ClassThe AnimatorConverter class allows common Animators to be specified in XAML using a simple string. For example:
                <b:Canvas LayoutAnimator="BackEaseIn" />
            
ClassA set of prebuilt animators which can be used to animate children in an AnimationPanel or SwitchPanel.
ClassThis panel stretches the children in the orientation direction so that they completely fill the panel area.
ClassCameraPanel lays out its children in a 3D like space. You can give the children a 3D location and set the camera position for the panel.
ClassExactly like WPF's native Canvas panel, except this panel can animate its children and be used inside a SwitchPanel.
ClassArranges items in a carousel, imitating a 3D layout without CPU-taxing true 3D
ClassEvent arguments for ChildEntered event
ClassEvent arguments for ChildEntering event
ClassEvent arguments for ChildExited event
ClassEvent arguments for ChildExiting event
ClassDefines column-specific properties that apply to Xceed.Wpf.Blendables.Windows.Panels.Grid elements.
ClassProvides access to an ordered, strongly typed collection of Xceed.Wpf.Blendables.Windows.Panels.ColumnDefinition objects.
ClassDefines the functionality required to support a shared-size group that is used by the Xceed.Wpf.Blendables.Windows.Panels.ColumnDefinitionCollection and Xceed.Wpf.Blendables.Windows.Panels.RowDefinitionCollection classes. This is an abstract class.
ClassExactly like WPF's native DockPanel panel, except this panel can animate its children and be used inside a SwitchPanel.
ClassCreates an animator which uses a given equation to animate a child's placement.
ClassExactly like WPF's native Grid panel, except this panel can animate its children and be used inside a SwitchPanel.
ClassAllow base classes to define animmations for the child elements in an AnimationPanel.
ClassAbstract base class of the panels.
ClassThe panel will lay out every element in a Perspective manner, Each subsequent item size will be scaled down The decay of size can be specified as a DP.
ClassLays out its children in a cicle based on panel size and/or properties set.
ClassThis panel layouts out its children with a random location and size.
ClassA Panel which is similar to Canvas but it lays out its children relative to the panel's height and width.
ClassDefines row-specific properties that apply to Xceed.Wpf.Blendables.Windows.Panels.Grid elements.
ClassProvides access to an ordered, strongly typed collection of Xceed.Wpf.Blendables.Windows.Panels.RowDefinition objects.
ClassDefines stack-specific properties that apply to Xceed.Wpf.Blendables.Windows.Panels.StackedStackPanel elements.
ClassProvides access to an ordered, strongly typed collection of Xceed.Wpf.Blendables.Windows.Panels.StackDefinition objects.
ClassLays out children in a series of stacked stackpanels.
ClassConverts a string to a StackLength. Useful for setting a StackLength in XAML.
ClassExactly like WPF's native StackPanel, except this panel can animate its children and be used inside SwitchPanel.
ClassAllows you to switch between panels with the same children on the fly with animation support.
ClassSwitchPresenter is used within the DataTemplate of a content control to denote the place in the control's visual tree (control template) where the content is to be added.
Class 
ClassA Panel that wraps its children's content.
Structures
 StructureDescription
StructureStackLength is the type used for the Length property of a StackDefinition (used by StackedStackPanel).
Delegates
 DelegateDescription
DelegateDefines the handler for ChildEntered event
DelegateDefines the handler for the ChildEntering event
DelegateDefines the handler for the ChildExited event.
DelegateDefines handler for ChildExiting event
Enumerations
 EnumerationDescription
EnumerationIdentifies options for the behavior of overlapping elements in an AnimatedTimelinePanel.
See Also

Reference

Xceed.Wpf.Toolkit Assembly