C# 클래스 Microsoft.Silverlight.Testing.Client.Slide

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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