C# Класс SilverlightFX.UserInterface.TemplatePanel

Наследование: System.Windows.Controls.Control
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
GetContentName ( DependencyObject o ) : string

Gets the value of the ContentName attached property.

OnApplyTemplate ( ) : void
SetContentName ( DependencyObject o, string value ) : void

Sets the value of the ContentName attached property.

TemplatePanel ( ) : System

Initializes an instance of a TemplatePanel.

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

Метод Описание
GetContainer ( DependencyObject o ) : TemplatePanel
GetPresenter ( string name ) : ContentPresenter
OnContentListCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnContentNameChanged ( DependencyObject content, string oldName, string newName ) : void
OnContentNamePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
SetContainer ( DependencyObject o, TemplatePanel value ) : void

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

GetContentName() публичный статический Метод

Gets the value of the ContentName attached property.
public static GetContentName ( DependencyObject o ) : string
o System.Windows.DependencyObject The object with the attached property.
Результат string

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

public OnApplyTemplate ( ) : void
Результат void

SetContentName() публичный статический Метод

Sets the value of the ContentName attached property.
public static SetContentName ( DependencyObject o, string value ) : void
o System.Windows.DependencyObject The object to attach a name to.
value string The name to set.
Результат void

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

Initializes an instance of a TemplatePanel.
public TemplatePanel ( ) : System
Результат System

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

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

Represents the ContentName attached property.
public static DependencyProperty,System.Windows ContentNameProperty
Результат System.Windows.DependencyProperty