C# Class Microsoft.Silverlight.Testing.Client.Slide

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Свойство Type Description
FixedHeaderProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
PositionProperty System.Windows.DependencyProperty

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnSlideChanged ( ) : void

Fires the slide changed event.

Private Methods

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

Method Details

OnApplyTemplate() public méthode

Locate template parts and assign instances to fields during template application.
public OnApplyTemplate ( ) : void
Résultat void

OnSlideChanged() protected méthode

Fires the slide changed event.
protected OnSlideChanged ( ) : void
Résultat void

RemoveFromManager() public méthode

Remove the slide from the parent manager.
public RemoveFromManager ( ) : void
Résultat void

Slide() public méthode

Initializes a new instance of the Slide class.
public Slide ( ) : System
Résultat System

ToString() public méthode

Helps debugging by providing information about the slide name.
public ToString ( ) : string
Résultat string

Property Details

FixedHeaderProperty public_oe static_oe property

Identifies the FixedHeader dependency property.
public static DependencyProperty,System.Windows FixedHeaderProperty
Résultat System.Windows.DependencyProperty

HeaderProperty public_oe static_oe property

Identifies the Header dependency property.
public static DependencyProperty,System.Windows HeaderProperty
Résultat System.Windows.DependencyProperty

PositionProperty public_oe static_oe property

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
Résultat System.Windows.DependencyProperty