Silverlight SDK for Microsoft Bing
MultiViewPanel Class
OverviewSystem.Windows.ControlsMultiViewPanel
Implements a custom AnimatedPanel derived class for use as an item panel in the MultiView control.
Declaration Syntax
C#Visual BasicVisual C++
public class MultiViewPanel : AnimatedPanel
Public Class MultiViewPanel _
	Inherits AnimatedPanel
public ref class MultiViewPanel : public AnimatedPanel
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
MultiViewPanel()()()
Initializes a MultiViewPanel instance.

ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
Arrange(Rect) (Inherited from UIElement.)
Background (Inherited from Panel.)
BindingValidationError()()() (Inherited from FrameworkElement.)
CaptureMouse()()() (Inherited from UIElement.)
CheckAccess()()() (Inherited from DependencyObject.)
Children (Inherited from Panel.)
ClearValue(DependencyProperty) (Inherited from DependencyObject.)
Clip (Inherited from UIElement.)
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DesiredSize (Inherited from UIElement.)
Dispatcher()()() (Inherited from DependencyObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FindName(String) (Inherited from FrameworkElement.)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValue(DependencyProperty) (Inherited from DependencyObject.)
GotFocus (Inherited from UIElement.)
Height (Inherited from FrameworkElement.)
HiddenState
Gets/Sets the animation state for the AnimatedPanel when hidden.
(Inherited from AnimatedPanel.)
HorizontalAlignment (Inherited from FrameworkElement.)
InvalidateArrange()()() (Inherited from UIElement.)
InvalidateMeasure()()() (Inherited from UIElement.)
IsHitTestVisible (Inherited from UIElement.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
Language (Inherited from FrameworkElement.)
LayoutUpdated()()() (Inherited from FrameworkElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
Measure(Size) (Inherited from UIElement.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
Name (Inherited from FrameworkElement.)
Obscure()()()
Hides the AnimatedPanel by traversing from the VisibleState to the HiddenState
(Inherited from AnimatedPanel.)
OnApplyTemplate()()() (Inherited from FrameworkElement.)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
Parent (Inherited from FrameworkElement.)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject.)
ReleaseMouseCapture()()() (Inherited from UIElement.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
Reveal()()()
Reveals the AnimatedPanel by traversing from the HiddenState to the VisibleState
(Inherited from AnimatedPanel.)
SetBinding(DependencyProperty, Binding) (Inherited from FrameworkElement.)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
SizeChanged (Inherited from FrameworkElement.)
Style (Inherited from FrameworkElement.)
Tag (Inherited from FrameworkElement.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TransformToVisual(UIElement) (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
UpdateLayout()()() (Inherited from UIElement.)
UseLayoutRounding()()() (Inherited from UIElement.)
VerticalAlignment (Inherited from FrameworkElement.)
Visibility (Inherited from UIElement.)
VisibleState
Gets/Sets the animation state for the AnimatedPanel when visible.
(Inherited from AnimatedPanel.)
Width (Inherited from FrameworkElement.)
Inheritance Hierarchy
Object
DependencyObject
 UIElement
  FrameworkElement
   Panel
    AnimatedPanel
     MultiViewPanel

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)