C# Класс ArcGISPortalViewer.Controls.LiveTile

Наследование: Windows.UI.Xaml.Controls.Control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ItemTemplateProperty Windows.UI.Xaml.DependencyProperty
ItemsSourceProperty Windows.UI.Xaml.DependencyProperty
SlideDirectionProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
GetCurrent ( ) : object
LiveTile ( ) : System

Creates a new instance of LiveTile

Защищенные методы

Метод Описание
OnApplyTemplate ( ) : void

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. Override this method to influence the default post-template logic of a class.

Приватные методы

Метод Описание
EpisodeFlipControl_Loaded ( object sender, RoutedEventArgs e ) : void
EpisodeFlipControl_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
EpisodeFlipControl_Unloaded ( object sender, RoutedEventArgs e ) : void
GetItemAt ( int index ) : object
GetNext ( ) : object
OnItemsSourcePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
Start ( ) : void
UpdateNextItem ( ) : void
timer_Tick ( object sender, object e ) : void

Triggered when it's time to flip to the next live tile.

Описание методов

GetCurrent() публичный Метод

public GetCurrent ( ) : object
Результат object

LiveTile() публичный Метод

Creates a new instance of LiveTile
public LiveTile ( ) : System
Результат System

OnApplyTemplate() защищенный Метод

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. Override this method to influence the default post-template logic of a class.
protected OnApplyTemplate ( ) : void
Результат void

Описание свойств

ItemTemplateProperty публичное статическое свойство

Identifies the ItemTemplate property.
public static DependencyProperty,Windows.UI.Xaml ItemTemplateProperty
Результат Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty публичное статическое свойство

Identifies the ItemsSource property.
public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
Результат Windows.UI.Xaml.DependencyProperty

SlideDirectionProperty публичное статическое свойство

Identifies the SlideDirection property.
public static DependencyProperty,Windows.UI.Xaml SlideDirectionProperty
Результат Windows.UI.Xaml.DependencyProperty