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

Inheritance: System.Windows.Controls.ContentControl
ファイルを表示 Open project: garyjohnson/wpnest Class Usage Examples

Public Properties

Property Type Description
FixedHeaderProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
PositionProperty System.Windows.DependencyProperty

Public Methods

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

Protected Methods

Method Description
OnSlideChanged ( ) : void

Fires the slide changed event.

Private Methods

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

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

OnSlideChanged() protected method

Fires the slide changed event.
protected OnSlideChanged ( ) : void
return void

RemoveFromManager() public method

Remove the slide from the parent manager.
public RemoveFromManager ( ) : void
return void

Slide() public method

Initializes a new instance of the Slide class.
public Slide ( ) : System
return System

ToString() public method

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

Property Details

FixedHeaderProperty public_oe static_oe property

Identifies the FixedHeader dependency property.
public static DependencyProperty,System.Windows FixedHeaderProperty
return System.Windows.DependencyProperty

HeaderProperty public_oe static_oe property

Identifies the Header dependency property.
public static DependencyProperty,System.Windows HeaderProperty
return System.Windows.DependencyProperty

PositionProperty public_oe static_oe property

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
return System.Windows.DependencyProperty