C# 클래스 Gymnastika.Controls.AnimatedTabControl

Custom Tab control with animations.
This customization of the TabControl was required to create the animations for the transition between the tab items.
상속: System.Windows.Controls.TabControl
파일 보기 프로젝트 열기: weiqiyiji/Gymnastika

공개 프로퍼티들

프로퍼티 타입 설명
SelectionChangingEvent System.Windows.RoutedEvent

공개 메소드들

메소드 설명
AnimatedTabControl ( ) : System
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
RaiseSelectionChangingEvent ( ) : void
StopTimer ( ) : void

메소드 상세

AnimatedTabControl() 공개 메소드

public AnimatedTabControl ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnSelectionChanged() 보호된 메소드

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
리턴 void

프로퍼티 상세

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

public static RoutedEvent,System.Windows SelectionChangingEvent
리턴 System.Windows.RoutedEvent