C# Класс Microsoft.Silverlight.Testing.Client.Slide

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

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

Свойство Тип Описание
FixedHeaderProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
PositionProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void

Locate template parts and assign instances to fields during template application.

RemoveFromManager ( ) : void

Remove the slide from the parent manager.

Slide ( ) : System

Initializes a new instance of the Slide class.

ToString ( ) : string

Helps debugging by providing information about the slide name.

Защищенные методы

Метод Описание
OnSlideChanged ( ) : void

Fires the slide changed event.

Приватные методы

Метод Описание
OnCurrentStateChanged ( object sender, System.Windows.VisualStateChangedEventArgs e ) : void

Fires the current state changed event.

OnPositionPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

PositionProperty property changed handler.

UpdateVisualState ( bool useTransitions, SlidePosition sp ) : void

Updates the visual state.

Описание методов

OnApplyTemplate() публичный Метод

Locate template parts and assign instances to fields during template application.
public OnApplyTemplate ( ) : void
Результат void

OnSlideChanged() защищенный Метод

Fires the slide changed event.
protected OnSlideChanged ( ) : void
Результат void

RemoveFromManager() публичный Метод

Remove the slide from the parent manager.
public RemoveFromManager ( ) : void
Результат void

Slide() публичный Метод

Initializes a new instance of the Slide class.
public Slide ( ) : System
Результат System

ToString() публичный Метод

Helps debugging by providing information about the slide name.
public ToString ( ) : string
Результат string

Описание свойств

FixedHeaderProperty публичное статическое свойство

Identifies the FixedHeader dependency property.
public static DependencyProperty,System.Windows FixedHeaderProperty
Результат System.Windows.DependencyProperty

HeaderProperty публичное статическое свойство

Identifies the Header dependency property.
public static DependencyProperty,System.Windows HeaderProperty
Результат System.Windows.DependencyProperty

PositionProperty публичное статическое свойство

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
Результат System.Windows.DependencyProperty