C# Класс GoogleCloudExtension.Theming.ButtonTemplateSelector

This class implements the DataTemplateSelector interface to choose the right button style (with the right size) depending on the contents of the button.
Наследование: System.Windows.Controls.DataTemplateSelector
Показать файл Открыть проект

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

Метод Описание
SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate

Choose between the Wide and Standard sizes for a button depending on the information on the button info.

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

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

Choose between the Wide and Standard sizes for a button depending on the information on the button info.
public SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate
item object
container System.Windows.DependencyObject
Результат System.Windows.DataTemplate