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

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

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

Свойство Тип Описание
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