C# 클래스 SilverlightFX.UserInterface.ContentView

상속: System.Windows.Controls.Control, IAdornableControl
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
ContentProperty System.Windows.DependencyProperty
ContentTemplateProperty System.Windows.DependencyProperty
ContentTransitionProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AddContent void
IAdornableControl void
OnContentChanged void
OnContentPropertyChanged void
OnContentTransitionChanged void
OnContentTransitionCompleted void
OnContentTransitionPropertyChanged void

공개 메소드들

메소드 설명
ContentView ( ) : System

Initializes an instance of a ContentControl.

OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
AddContent ( object content ) : void
IAdornableControl ( UIElement element ) : void
OnContentChanged ( object oldContent, object newContent ) : void
OnContentPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentTransitionChanged ( System.Windows.Media.Glitz.Transition oldTransition, System.Windows.Media.Glitz.Transition newTransition ) : void
OnContentTransitionCompleted ( object sender, EventArgs e ) : void
OnContentTransitionPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

ContentView() 공개 메소드

Initializes an instance of a ContentControl.
public ContentView ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

ContentProperty 공개적으로 정적으로 프로퍼티

Represents the Content property of a ContentControl.
public static DependencyProperty,System.Windows ContentProperty
리턴 System.Windows.DependencyProperty

ContentTemplateProperty 공개적으로 정적으로 프로퍼티

Represents the ContentTemplate property of a ContentControl.
public static DependencyProperty,System.Windows ContentTemplateProperty
리턴 System.Windows.DependencyProperty

ContentTransitionProperty 공개적으로 정적으로 프로퍼티

Represents the ContentTransition property of a ContentControl.
public static DependencyProperty,System.Windows ContentTransitionProperty
리턴 System.Windows.DependencyProperty