RotatorTile Class

Definition

An items control that presents enumerable content similar to the live tiles on the start menu.

[Windows.UI.Xaml.TemplatePart(Name="Scroller", Type=typeof(Windows.UI.Xaml.FrameworkElement))]
[Windows.UI.Xaml.TemplatePart(Name="Current", Type=typeof(Windows.UI.Xaml.FrameworkElement))]
[Windows.UI.Xaml.TemplatePart(Name="Next", Type=typeof(Windows.UI.Xaml.FrameworkElement))]
[Windows.UI.Xaml.TemplatePart(Name="Translate", Type=typeof(Windows.UI.Xaml.Media.TranslateTransform))]
[Windows.UI.Xaml.TemplatePart(Name="Stack", Type=typeof(Windows.UI.Xaml.Controls.StackPanel))]
public class RotatorTile : Windows.UI.Xaml.Controls.Control
[<Windows.UI.Xaml.TemplatePart(Name="Scroller", Type=typeof(Windows.UI.Xaml.FrameworkElement))>]
[<Windows.UI.Xaml.TemplatePart(Name="Current", Type=typeof(Windows.UI.Xaml.FrameworkElement))>]
[<Windows.UI.Xaml.TemplatePart(Name="Next", Type=typeof(Windows.UI.Xaml.FrameworkElement))>]
[<Windows.UI.Xaml.TemplatePart(Name="Translate", Type=typeof(Windows.UI.Xaml.Media.TranslateTransform))>]
[<Windows.UI.Xaml.TemplatePart(Name="Stack", Type=typeof(Windows.UI.Xaml.Controls.StackPanel))>]
type RotatorTile = class
    inherit Control
Public Class RotatorTile
Inherits Control
Inheritance
Windows.UI.Xaml.Controls.Control
RotatorTile
Attributes
Windows.UI.Xaml.TemplatePartAttribute

Constructors

RotatorTile()

Initializes a new instance of the RotatorTile class.

Fields

CurrentItemProperty

Identifies the CurrentItem property.

ExtraRandomDurationProperty

Identifies the ExtraRandomDuration property.

ItemsSourceProperty

Identifies the ItemsSource property.

ItemTemplateProperty

Identifies the ItemTemplate property.

RotateDirectionProperty

Identifies the RotatorTile.RotateDirection property.

RotationDelayProperty

Identifies the RotationDelay property.

Properties

CurrentItem

Gets or sets the currently selected visible item

Direction

Gets or sets the direction the tile slides in.

ExtraRandomDuration

Gets or sets the extra randomized duration to be added to the RotationDelay property. A value between zero and this value in seconds will be added to the RotationDelay.

ItemsSource

Gets or sets the ItemsSource

ItemTemplate

Gets or sets the item template

RotationDelay

Gets or sets the duration for tile rotation.

Methods

OnApplyTemplate() Windows.UI.Xaml.Controls.Control.OnApplyTemplate

Applies to