C# 클래스 SilverlightFX.UserInterface.TemplatePanel

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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