C# Class WinRTXamlToolkit.Common.ImplicitStyleSelector

Inheritance: Windows.UI.Xaml.Controls.StyleSelector
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
ImplicitStyleSelector ( ) : System

Initializes a new instance of the ImplicitStyleSelector class.

Méthodes protégées

Méthode Description
SelectStyleCore ( object item, DependencyObject container ) : Style

When implemented by a derived class, returns a specific Style based on custom logic. This implementation gets the Style from the resource dictionary defined in the Resources property or in Application resource dictionary that has the same name as the type name of the data item.

Method Details

ImplicitStyleSelector() public méthode

Initializes a new instance of the ImplicitStyleSelector class.
public ImplicitStyleSelector ( ) : System
Résultat System

SelectStyleCore() protected méthode

When implemented by a derived class, returns a specific Style based on custom logic. This implementation gets the Style from the resource dictionary defined in the Resources property or in Application resource dictionary that has the same name as the type name of the data item.
///
protected SelectStyleCore ( object item, DependencyObject container ) : Style
item object The content.
container Windows.UI.Xaml.DependencyObject The element to which the style is applied.
Résultat Windows.UI.Xaml.Style