C# Class SilverlightFX.UserInterface.ContentView

Inheritance: System.Windows.Controls.Control, IAdornableControl
Show file Open project: nikhilk/silverlightfx

Public Properties

Property Type Description
ContentProperty System.Windows.DependencyProperty
ContentTemplateProperty System.Windows.DependencyProperty
ContentTransitionProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AddContent void
IAdornableControl void
OnContentChanged void
OnContentPropertyChanged void
OnContentTransitionChanged void
OnContentTransitionCompleted void
OnContentTransitionPropertyChanged void

Public Methods

Method Description
ContentView ( ) : System

Initializes an instance of a ContentControl.

OnApplyTemplate ( ) : void

Private Methods

Method 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 method

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

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

ContentProperty public static property

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

ContentTemplateProperty public static property

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

ContentTransitionProperty public static property

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