C# Класс WinRTXamlToolkit.Common.ImplicitStyleSelector

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

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

Метод Описание
ImplicitStyleSelector ( ) : System

Initializes a new instance of the ImplicitStyleSelector class.

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

Метод Описание
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.

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

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

Initializes a new instance of the ImplicitStyleSelector class.
public ImplicitStyleSelector ( ) : System
Результат System

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

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.
Результат Windows.UI.Xaml.Style