Class | Description | |
---|---|---|
AnimatedTimelinePanel | Defines an area where items are positioned on a timeline. | |
AnimationPanel | This base class for all "switchable" panels. The actual arrange animation engine is built into this class. | |
AnimatorConverter | The AnimatorConverter class allows common Animators to be specified in XAML using a simple string. <b:Canvas LayoutAnimator="BackEaseIn" /> | |
Animators | A set of prebuilt animators which can be used to animate children in an AnimationPanel or SwitchPanel. | |
AutoStretchStackPanel | This panel stretches the children in the orientation direction so that they completely fill the panel area. | |
CameraPanel | CameraPanel 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. | |
Canvas | Exactly like WPF's native Canvas panel, except this panel can animate its children and be used inside a SwitchPanel. | |
Carousel | Arranges items in a carousel, imitating a 3D layout without CPU-taxing true 3D | |
ChildEnteredEventArgs | Event arguments for ChildEntered event | |
ChildEnteringEventArgs | Event arguments for ChildEntering event | |
ChildExitedEventArgs | Event arguments for ChildExited event | |
ChildExitingEventArgs | Event arguments for ChildExiting event | |
ColumnDefinition | Defines column-specific properties that apply to Xceed.Wpf.Blendables.Windows.Panels.Grid elements. | |
ColumnDefinitionCollection | Provides access to an ordered, strongly typed collection of Xceed.Wpf.Blendables.Windows.Panels.ColumnDefinition objects. | |
DefinitionBase | Defines 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. | |
DockPanel | Exactly like WPF's native DockPanel panel, except this panel can animate its children and be used inside a SwitchPanel. | |
DoubleAnimator | Creates an animator which uses a given equation to animate a child's placement. | |
Grid | Exactly like WPF's native Grid panel, except this panel can animate its children and be used inside a SwitchPanel. | |
IterativeAnimator | Allow base classes to define animmations for the child elements in an AnimationPanel. | |
PanelBase | Abstract base class of the panels. | |
PerspectivePanel | The 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. | |
RadialCanvas | Lays out its children in a cicle based on panel size and/or properties set. | |
RandomPanel | This panel layouts out its children with a random location and size. | |
RelativeCanvas | A Panel which is similar to Canvas but it lays out its children relative to the panel's height and width. | |
RowDefinition | Defines row-specific properties that apply to Xceed.Wpf.Blendables.Windows.Panels.Grid elements. | |
RowDefinitionCollection | Provides access to an ordered, strongly typed collection of Xceed.Wpf.Blendables.Windows.Panels.RowDefinition objects. | |
StackDefinition | Defines stack-specific properties that apply to Xceed.Wpf.Blendables.Windows.Panels.StackedStackPanel elements. | |
StackDefinitionCollection | Provides access to an ordered, strongly typed collection of Xceed.Wpf.Blendables.Windows.Panels.StackDefinition objects. | |
StackedStackPanel | Lays out children in a series of stacked stackpanels. | |
StackLengthConverter | Converts a string to a StackLength. Useful for setting a StackLength in XAML. | |
StackPanel | Exactly like WPF's native StackPanel, except this panel can animate its children and be used inside SwitchPanel. | |
SwitchPanel | Allows you to switch between panels with the same children on the fly with animation support. | |
SwitchPresenter | SwitchPresenter 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. | |
SwitchTemplate | ||
WrapPanel | A Panel that wraps its children's content. |