C# Class 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.
Inheritance: System.Windows.Controls.TabControl
Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Свойство Type Description
SelectionChangingEvent System.Windows.RoutedEvent

Méthodes publiques

Méthode Description
AnimatedTabControl ( ) : System
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

Private Methods

Méthode Description
RaiseSelectionChangingEvent ( ) : void
StopTimer ( ) : void

Method Details

AnimatedTabControl() public méthode

public AnimatedTabControl ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
Résultat void

Property Details

SelectionChangingEvent public_oe static_oe property

public static RoutedEvent,System.Windows SelectionChangingEvent
Résultat System.Windows.RoutedEvent