C# Class ArcGISPortalViewer.Controls.LiveTile

Inheritance: Windows.UI.Xaml.Controls.Control
Datei anzeigen Open project: Esri/arcgis-portalviewer-dotnet Class Usage Examples

Public Properties

Property Type Description
ItemTemplateProperty Windows.UI.Xaml.DependencyProperty
ItemsSourceProperty Windows.UI.Xaml.DependencyProperty
SlideDirectionProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetCurrent ( ) : object
LiveTile ( ) : System

Creates a new instance of LiveTile

Protected Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

GetCurrent() public method

public GetCurrent ( ) : object
return object

LiveTile() public method

Creates a new instance of LiveTile
public LiveTile ( ) : System
return System

OnApplyTemplate() protected method

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
return void

Property Details

ItemTemplateProperty public_oe static_oe property

Identifies the ItemTemplate property.
public static DependencyProperty,Windows.UI.Xaml ItemTemplateProperty
return Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty public_oe static_oe property

Identifies the ItemsSource property.
public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
return Windows.UI.Xaml.DependencyProperty

SlideDirectionProperty public_oe static_oe property

Identifies the SlideDirection property.
public static DependencyProperty,Windows.UI.Xaml SlideDirectionProperty
return Windows.UI.Xaml.DependencyProperty