C# 클래스 Microsoft.Phone.Controls.LockablePivot

상속: Pivot
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsLockedProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
LockablePivot ( ) : System

Initializes a new instance of the LockablePivot type.

보호된 메소드들

메소드 설명
OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void

Invoked when the Items property changes.

비공개 메소드들

메소드 설명
CreateAnimationInformation ( ) : void
FadeInHeaders ( ) : void
FadeOutHeaders ( ) : void
FindHeader ( UIElement start ) : PivotHeadersControl
OnIsLockedChanged ( bool newValue ) : void
OnIsLockedPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsLockedProperty property changed handler.

OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
RestoreItems ( ) : void
SaveAndRemoveItems ( ) : void

메소드 상세

LockablePivot() 공개 메소드

Initializes a new instance of the LockablePivot type.
public LockablePivot ( ) : System
리턴 System

OnItemsChanged() 보호된 메소드

Invoked when the Items property changes.
protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs Information about the change.
리턴 void

프로퍼티 상세

IsLockedProperty 공개적으로 정적으로 프로퍼티

Identifies the IsLocked dependency property.
public static DependencyProperty,System.Windows IsLockedProperty
리턴 System.Windows.DependencyProperty