| Name | Description |
| ActualHeight | (Inherited from System.Windows.FrameworkElement) |
| ActualWidth | (Inherited from PanelBase) |
| AllowDrop | (Inherited from PanelBase) |
| AreAnyTouchesCaptured | (Inherited from PanelBase) |
| AreAnyTouchesCapturedWithin | (Inherited from PanelBase) |
| AreAnyTouchesDirectlyOver | (Inherited from PanelBase) |
| AreAnyTouchesOver | (Inherited from PanelBase) |
| Background | (Inherited from PanelBase) |
| BindingGroup | (Inherited from PanelBase) |
| CacheMode | (Inherited from PanelBase) |
| Children | (Inherited from PanelBase) |
| Clip | (Inherited from PanelBase) |
| ClipToBounds | (Inherited from PanelBase) |
| CommandBindings | (Inherited from PanelBase) |
| ContextMenu | (Inherited from PanelBase) |
| Cursor | (Inherited from PanelBase) |
| DataContext | (Inherited from PanelBase) |
| DefaultAnimationRate | Gets or sets the DefaultAnimationRate property. This dependency property indicates the duration or speed at which other animations will if they set their respective AnimationRate properties to AnimationRate.Default. This property can be used to set a single animation rate to be used for EnterAnimationRate, ExitAnimationRate, LayoutAnimationRate, SwitchAnimationRate, and TemplateAnimationRate. |
| DefaultAnimator | Gets or sets the EnterAnimator property. This dependency property indicates which iterative layout animator will be used to animate children when they are first added to a panel. This provides for an "animate in" effect. If you'd like to use the same animator for several layouts within a SwitchPanel, you can set the EnterAnimator property directly on the owning SwitchPanel. Otherwise, setting this property on an animation panel will override the value of the owning SwitchPanel. |
| DependencyObjectType | (Inherited from PanelBase) |
| DesiredSize | |
| Dispatcher | (Inherited from PanelBase) |
| Effect | (Inherited from PanelBase) |
| EnterAnimationRate | Gets or sets the EnterAnimationRate property. This dependency property indicates the duration or speed at which "enter" animations occur within the panel. If null is specified and the panel belongs to the Layouts collection of a SwitchPanel, then the EnterAnimationRate property of the SwitchPanel will be used. If null is specified and the panel is being used standalone, then a default speed of 1 will be used. To prevent animations within the panel, you can explicitly set the speed property to 0 or simply set the IsAnimated property to false. |
| EnterAnimator | Gets or sets the EnterAnimator property. This dependency property indicates which iterative layout animator will be used to animate children when they are first added to a panel. This provides for an "animate in" effect. If you'd like to use the same animator for several layouts within a SwitchPanel, you can set the EnterAnimator property directly on the owning SwitchPanel. Otherwise, setting this property on an animation panel will override the value of the owning SwitchPanel. |
| ExitAnimationRate | Gets or sets the ExitAnimationRate property. This dependency property indicates the duration or speed at which "exit" animations occur within the panel. If null is specified and the panel belongs to the Layouts collection of a SwitchPanel, then the ExitAnimationRate property of the SwitchPanel will be used. If null is specified and the panel is being used standalone, then a default speed of 1 will be used. To prevent animations within the panel, you can explicitly set the speed property to 0 or simply set the IsAnimated property to false. |
| ExitAnimator | Gets or sets the ExitAnimator property. This dependency property indicates which iterative layout animator will be used to animate children when they are removed from a panel. This provides for an "animate out" effect. If you'd like to use the same animator for several layouts within a SwitchPanel, you can set the ExitAnimator property directly on the owning SwitchPanel. Otherwise, setting this property on an animation panel will override the value of the owning SwitchPanel. |
| FlowDirection | (Inherited from PanelBase) |
| Focusable | (Inherited from PanelBase) |
| FocusVisualStyle | (Inherited from PanelBase) |
| ForceCursor | (Inherited from PanelBase) |
| HasAnimatedProperties | (Inherited from PanelBase) |
| HasLogicalOrientationPublic | (Inherited from PanelBase) |
| Height | (Inherited from PanelBase) |
| HorizontalAlignment | (Inherited from PanelBase) |
| InputBindings | (Inherited from PanelBase) |
| InputScope | (Inherited from PanelBase) |
| IsActiveLayout | |
| IsArrangeValid | (Inherited from PanelBase) |
| IsEnabled | (Inherited from PanelBase) |
| IsFocused | (Inherited from PanelBase) |
| IsHitTestVisible | (Inherited from PanelBase) |
| IsInitialized | (Inherited from PanelBase) |
| IsInputMethodEnabled | (Inherited from PanelBase) |
| IsItemsHost | (Inherited from PanelBase) |
| IsKeyboardFocused | (Inherited from PanelBase) |
| IsKeyboardFocusWithin | (Inherited from PanelBase) |
| IsLoaded | (Inherited from PanelBase) |
| IsManipulationEnabled | (Inherited from PanelBase) |
| IsMeasureValid | (Inherited from PanelBase) |
| IsMouseCaptured | (Inherited from PanelBase) |
| IsMouseCaptureWithin | (Inherited from PanelBase) |
| IsMouseDirectlyOver | (Inherited from PanelBase) |
| IsMouseOver | (Inherited from PanelBase) |
| IsSealed | (Inherited from PanelBase) |
| IsStylusCaptured | (Inherited from PanelBase) |
| IsStylusCaptureWithin | (Inherited from PanelBase) |
| IsStylusDirectlyOver | (Inherited from PanelBase) |
| IsStylusOver | (Inherited from PanelBase) |
| IsVisible | (Inherited from PanelBase) |
| Language | (Inherited from PanelBase) |
| LayoutAnimationRate | Gets or sets the LayoutAnimationRate property. This dependency property indicates the duration or speed at which animations occur within the panel. If null is specified and the panel belongs to the Layouts collection of a SwitchPanel, then the LayoutAnimationRate property of the SwitchPanel will be used. If null is specified and the panel is being used standalone, then a default speed of 1 will be used. To prevent animations within the panel, you can explicitly set the speed property to 0 or simply set the IsAnimated property to false. |
| LayoutAnimator | Gets or sets the LayoutAnimator property. This dependency property indicates which iterative layout animator will be used to animate children whenever a layout pass arranges the children to a new location. If the LayoutAnimator property is null, then a linear animator will be used for layout animations. To prevent layout animations, you can set the IsAnimated property to false. If you'd like to use the same animator for several layouts within a SwitchPanel, you can set the LayoutAnimator property directly on the owning SwitchPanel. Otherwise, setting this property on an animation panel will override the value of the owning SwitchPanel. |
| LayoutTransform | (Inherited from PanelBase) |
| LogicalOrientationPublic | (Inherited from PanelBase) |
| Margin | (Inherited from PanelBase) |
| MaxHeight | (Inherited from PanelBase) |
| MaxWidth | (Inherited from PanelBase) |
| MinHeight | (Inherited from PanelBase) |
| MinWidth | (Inherited from PanelBase) |
| Name | (Inherited from PanelBase) |
| Opacity | (Inherited from PanelBase) |
| OpacityMask | (Inherited from PanelBase) |
| OverridesDefaultStyle | (Inherited from PanelBase) |
| Parent | (Inherited from PanelBase) |
| RenderSize | |
| RenderTransform | (Inherited from PanelBase) |
| RenderTransformOrigin | (Inherited from PanelBase) |
| Resources | (Inherited from PanelBase) |
| SnapsToDevicePixels | (Inherited from PanelBase) |
| Style | (Inherited from PanelBase) |
| SwitchAnimationRate | Gets or sets the SwitchAnimationRate property. This dependency property indicates the duration or speed at which "switch" animations occur within the panel. If null is specified and the panel belongs to the Layouts collection of a SwitchPanel, then the SwitchAnimationRate property of the SwitchPanel will be used. If UnsetValue is specified and the panel is being used standalone, then a default speed of 1 will be used. To prevent animations within the panel, you can explicitly set the speed property to 0 or simply set the IsAnimated property to false. !!! fix these descriptions |
| SwitchAnimator | Gets or sets the SwitchAnimator property. This dependency property indicates the animator that will be used for layout switches when the AnimationPanel belongs to the Layouts collection of a SwitchPanel. If the SwitchAnimator property is null, then the LayoutAnimator will be used for both layout animations and switch animations. To prevent switch animations, you can set the AreLayoutSwitchesAnimated property on the owning SwitchPanel to false. If you'd like to use the same animator for all layout switches, you can set the SwitchAnimator property on the owning SwitchPanel. |
| SwitchParent | Gets the SwitchParent property. This dependency property indicates the parent SwitchPanel (if the current SwitchablePanel is a member of a Layouts collection). |
| SwitchTemplate | Gets or sets the SwitchTemplate property. This dependency property indicates the DataTemplate that should be used for SwitchPresenter elements within the SwitchParent's visual tree while the panel is the active layout of the SwitchParent. |
| Tag | (Inherited from PanelBase) |
| TemplateAnimationRate | Gets or sets the TemplateAnimationRate property. This dependency property indicates the duration or speed at which ID'd elements within a SwitchTemplate are animated during a template switch. If null is specified and the panel belongs to the Layouts collection of a SwitchPanel, then the TemplateAnimationRate property of the SwitchPanel will be used. If UnsetValue is specified and the panel is being used standalone, then a default speed of 1 will be used. To prevent animations within the panel, you can explicitly set the speed property to 0 or simply set the IsAnimated property to false. |
| TemplateAnimator | Gets or sets the TemplateAnimator property. This dependency property indicates the animator that will be used for layout switches when the AnimationPanel belongs to the Layouts collection of a SwitchPanel. If the TemplateAnimator property is null, then the LayoutAnimator will be used for both layout animations and switch animations. To prevent switch animations, you can set the AreLayoutSwitchesAnimated property on the owning SwitchPanel to false. If you'd like to use the same animator for all layout switches, you can set the TemplateAnimator property on the owning SwitchPanel. |
| TemplatedParent | (Inherited from PanelBase) |
| ToolTip | (Inherited from PanelBase) |
| TouchesCaptured | (Inherited from PanelBase) |
| TouchesCapturedWithin | (Inherited from PanelBase) |
| TouchesDirectlyOver | (Inherited from PanelBase) |
| TouchesOver | (Inherited from PanelBase) |
| Triggers | (Inherited from PanelBase) |
| Uid | (Inherited from PanelBase) |
| UseLayoutRounding | (Inherited from PanelBase) |
| VerticalAlignment | (Inherited from PanelBase) |
| Visibility | (Inherited from PanelBase) |
| Width | (Inherited from PanelBase) |