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

This class implements all of the common visuals for all dialogs.
Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект

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

Свойство Тип Описание
ButtonsProperty System.Windows.DependencyProperty
HasBannerProperty System.Windows.DependencyProperty

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

Метод Описание
CommonDialogWindowBaseContent ( ) : GoogleCloudExtension.Utils

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

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

Due to a limitation on the Xaml parser with respect to names in the content of a ContentControl we need to load the visuals (the styles) programmatically. If we were to use the normal pattern we will get the "Can't apply Name to an element" error.

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

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

public CommonDialogWindowBaseContent ( ) : GoogleCloudExtension.Utils
Результат GoogleCloudExtension.Utils

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

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

public static DependencyProperty,System.Windows ButtonsProperty
Результат System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows HasBannerProperty
Результат System.Windows.DependencyProperty