C# Class SilverlightFX.UserInterface.ContentView

Inheritance: System.Windows.Controls.Control, IAdornableControl
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Свойство Type Description
ContentProperty System.Windows.DependencyProperty
ContentTemplateProperty System.Windows.DependencyProperty
ContentTransitionProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
AddContent void
IAdornableControl void
OnContentChanged void
OnContentPropertyChanged void
OnContentTransitionChanged void
OnContentTransitionCompleted void
OnContentTransitionPropertyChanged void

Méthodes publiques

Méthode Description
ContentView ( ) : System

Initializes an instance of a ContentControl.

OnApplyTemplate ( ) : void

Private Methods

Méthode Description
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

Method Details

ContentView() public méthode

Initializes an instance of a ContentControl.
public ContentView ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

Property Details

ContentProperty public_oe static_oe property

Represents the Content property of a ContentControl.
public static DependencyProperty,System.Windows ContentProperty
Résultat System.Windows.DependencyProperty

ContentTemplateProperty public_oe static_oe property

Represents the ContentTemplate property of a ContentControl.
public static DependencyProperty,System.Windows ContentTemplateProperty
Résultat System.Windows.DependencyProperty

ContentTransitionProperty public_oe static_oe property

Represents the ContentTransition property of a ContentControl.
public static DependencyProperty,System.Windows ContentTransitionProperty
Résultat System.Windows.DependencyProperty