EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Panorama Class
July 26, 2012
Creates a panoramic view of items that can be panned side-to-side.
Namespace:
Microsoft.Phone.Controls
Assembly: Microsoft.Phone.Controls (in Microsoft.Phone.Controls.dll)
XMLNS for XAML: Not mapped to an xmlns.
[StyleTypedPropertyAttribute(Property = "ItemContainerStyle", StyleTargetType = typeof(PanoramaItem))] [TemplatePartAttribute(Name = "TitleLayer", Type = typeof(PanningLayer))] [TemplatePartAttribute(Name = "BackgroundLayer", Type = typeof(PanningLayer))] [TemplatePartAttribute(Name = "ItemsLayer", Type = typeof(PanningLayer))] public class Panorama : TemplatedItemsControl<PanoramaItem>
<Panorama .../>
The Panorama type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActualHeight | (Inherited from FrameworkElement.) |
![]() | ActualWidth | (Inherited from FrameworkElement.) |
![]() | AllowDrop | (Inherited from UIElement.) |
![]() | Background | (Inherited from Control.) |
![]() | BorderBrush | (Inherited from Control.) |
![]() | BorderThickness | (Inherited from Control.) |
![]() | CacheMode | (Inherited from UIElement.) |
![]() | Clip | (Inherited from UIElement.) |
![]() | Cursor | (Inherited from FrameworkElement.) |
![]() | DataContext | (Inherited from FrameworkElement.) |
![]() | DefaultItem | Gets or sets the default item for the Panorama. |
![]() | DefaultStyleKey | (Inherited from Control.) |
![]() | DesiredSize | (Inherited from UIElement.) |
![]() | Dispatcher | (Inherited from DependencyObject.) |
![]() | DisplayMemberPath | (Inherited from ItemsControl.) |
![]() | FlowDirection | (Inherited from FrameworkElement.) |
![]() | FontFamily | (Inherited from Control.) |
![]() | FontSize | (Inherited from Control.) |
![]() | FontStretch | (Inherited from Control.) |
![]() | FontStyle | (Inherited from Control.) |
![]() | FontWeight | (Inherited from Control.) |
![]() | Foreground | (Inherited from Control.) |
![]() | HeaderTemplate | Gets or sets the template for the Header property of PanoramaItem children. |
![]() | Height | (Inherited from FrameworkElement.) |
![]() | HorizontalAlignment | (Inherited from FrameworkElement.) |
![]() | HorizontalContentAlignment | (Inherited from Control.) |
![]() | IsEnabled | (Inherited from Control.) |
![]() | IsHitTestVisible | (Inherited from UIElement.) |
![]() | IsTabStop | (Inherited from Control.) |
![]() | ItemContainerGenerator | (Inherited from ItemsControl.) |
![]() | ItemContainerStyle | Gets or sets the ItemContainerStyle. (Inherited from TemplatedItemsControl<T>.) |
![]() | Items | (Inherited from ItemsControl.) |
![]() | ItemsPanel | (Inherited from ItemsControl.) |
![]() | ItemsSource | (Inherited from ItemsControl.) |
![]() | ItemTemplate | (Inherited from ItemsControl.) |
![]() | Language | (Inherited from FrameworkElement.) |
![]() | Margin | (Inherited from FrameworkElement.) |
![]() | MaxHeight | (Inherited from FrameworkElement.) |
![]() | MaxWidth | (Inherited from FrameworkElement.) |
![]() | MinHeight | (Inherited from FrameworkElement.) |
![]() | MinWidth | (Inherited from FrameworkElement.) |
![]() | Name | (Inherited from FrameworkElement.) |
![]() | Opacity | (Inherited from UIElement.) |
![]() | OpacityMask | (Inherited from UIElement.) |
![]() | Padding | (Inherited from Control.) |
![]() | Parent | (Inherited from FrameworkElement.) |
![]() | Projection | (Inherited from UIElement.) |
![]() | RenderSize | (Inherited from UIElement.) |
![]() | RenderTransform | (Inherited from UIElement.) |
![]() | RenderTransformOrigin | (Inherited from UIElement.) |
![]() | Resources | (Inherited from FrameworkElement.) |
![]() | SelectedIndex | Gets the selected index. |
![]() | SelectedItem | Gets the selected item. |
![]() | Style | (Inherited from FrameworkElement.) |
![]() | TabIndex | (Inherited from Control.) |
![]() | TabNavigation | (Inherited from Control.) |
![]() | Tag | (Inherited from FrameworkElement.) |
![]() | Template | (Inherited from Control.) |
![]() | Title | Gets or sets the title for the Panorama. |
![]() | TitleTemplate | Gets or sets the template for the Title property. |
![]() | Triggers | (Inherited from FrameworkElement.) |
![]() | UseLayoutRounding | (Inherited from UIElement.) |
![]() | VerticalAlignment | (Inherited from FrameworkElement.) |
![]() | VerticalContentAlignment | (Inherited from Control.) |
![]() | Visibility | (Inherited from UIElement.) |
![]() | Width | (Inherited from FrameworkElement.) |
| Name | Description | |
|---|---|---|
![]() | AddHandler | (Inherited from UIElement.) |
![]() | ApplyItemContainerStyle | Apply the ItemContainerStyle. (Inherited from TemplatedItemsControl<T>.) |
![]() | ApplyTemplate | (Inherited from Control.) |
![]() | Arrange | (Inherited from UIElement.) |
![]() | ArrangeOverride | Handles the arrange pass for the control. (Overrides FrameworkElement.ArrangeOverride(Size).) |
![]() | CaptureMouse | (Inherited from UIElement.) |
![]() | CheckAccess | (Inherited from DependencyObject.) |
![]() | ClearContainerForItemOverride | When overridden in a derived class, undoes the effects of the PrepareContainerForItemOverride method. (Inherited from TemplatedItemsControl<T>.) |
![]() | ClearValue | (Inherited from DependencyObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindName | (Inherited from FrameworkElement.) |
![]() | Focus | (Inherited from Control.) |
![]() | GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() | GetBindingExpression | (Inherited from FrameworkElement.) |
![]() | GetContainer | Gets the container associated with the specified item. (Inherited from TemplatedItemsControl<T>.) |
![]() | GetContainerForItemOverride | Creates or identifies the element that is used to display the given item. (Inherited from TemplatedItemsControl<T>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetItem | Gets the item associated with the specified container. (Inherited from TemplatedItemsControl<T>.) |
![]() | GetTemplateChild | (Inherited from Control.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue | (Inherited from DependencyObject.) |
![]() | InvalidateArrange | (Inherited from UIElement.) |
![]() | InvalidateMeasure | (Inherited from UIElement.) |
![]() | IsItemItsOwnContainerOverride | Determines whether the specified item is (or is eligible to be) its own container. (Inherited from TemplatedItemsControl<T>.) |
![]() | Measure | (Inherited from UIElement.) |
![]() | MeasureOverride | Handles the measurement of the control. (Overrides FrameworkElement.MeasureOverride(Size).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnApplyTemplate | Handles the application of a new Template. (Overrides FrameworkElement.OnApplyTemplate().) |
![]() | OnCreateAutomationPeer | (Inherited from UIElement.) |
![]() | OnDoubleTap | (Inherited from Control.) |
![]() | OnDragEnter | (Inherited from Control.) |
![]() | OnDragLeave | (Inherited from Control.) |
![]() | OnDragOver | (Inherited from Control.) |
![]() | OnDrop | (Inherited from Control.) |
![]() | OnGotFocus | (Inherited from Control.) |
![]() | OnHold | (Inherited from Control.) |
![]() | OnItemsChanged | When the items have changed, we need to adjust the selection. (Overrides ItemsControl.OnItemsChanged(NotifyCollectionChangedEventArgs).) |
![]() | OnKeyDown | (Inherited from Control.) |
![]() | OnKeyUp | (Inherited from Control.) |
![]() | OnLostFocus | (Inherited from Control.) |
![]() | OnLostMouseCapture | (Inherited from Control.) |
![]() | OnManipulationCompleted | (Inherited from Control.) |
![]() | OnManipulationDelta | (Inherited from Control.) |
![]() | OnManipulationStarted | (Inherited from Control.) |
![]() | OnMouseEnter | (Inherited from Control.) |
![]() | OnMouseLeave | (Inherited from Control.) |
![]() | OnMouseLeftButtonDown | (Inherited from Control.) |
![]() | OnMouseLeftButtonUp | (Inherited from Control.) |
![]() | OnMouseMove | (Inherited from Control.) |
![]() | OnMouseRightButtonDown | (Inherited from Control.) |
![]() | OnMouseRightButtonUp | (Inherited from Control.) |
![]() | OnMouseWheel | (Inherited from Control.) |
![]() | OnTap | (Inherited from Control.) |
![]() | OnTextInput | (Inherited from Control.) |
![]() | OnTextInputStart | (Inherited from Control.) |
![]() | OnTextInputUpdate | (Inherited from Control.) |
![]() | PrepareContainerForItemOverride | Handles the preparation of a new container. (Overrides TemplatedItemsControl<T>.PrepareContainerForItemOverride(DependencyObject, Object).) |
![]() | ReadLocalValue | (Inherited from DependencyObject.) |
![]() | ReleaseMouseCapture | (Inherited from UIElement.) |
![]() | RemoveHandler | (Inherited from UIElement.) |
![]() | SetBinding | (Inherited from FrameworkElement.) |
![]() | SetValue | (Inherited from DependencyObject.) |
![]() | ToString | (Inherited from Object.) |
![]() | TransformToVisual | (Inherited from UIElement.) |
![]() | UpdateLayout | (Inherited from UIElement.) |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultItemProperty | Identifies the DefaultItem dependency property. |
![]() ![]() | HeaderTemplateProperty | Identifies the HeaderTemplate dependency property. |
![]() ![]() | SelectedIndexProperty | Identifies the SelectedIndex dependency property. |
![]() ![]() | SelectedItemProperty | Identifies the SelectedItem dependency property. |
![]() ![]() | TitleProperty | Identifies the Title dependency property. |
![]() ![]() | TitleTemplateProperty | Identifies the TitleTemplate dependency property. |
