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
Mostrar archivo Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
SelectionChangingEvent System.Windows.RoutedEvent

Public Methods

Method Description
AnimatedTabControl ( ) : System
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

Private Methods

Method Description
RaiseSelectionChangingEvent ( ) : void
StopTimer ( ) : void

Method Details

AnimatedTabControl() public method

public AnimatedTabControl ( ) : System
return System

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnSelectionChanged() protected method

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

Property Details

SelectionChangingEvent public_oe static_oe property

public static RoutedEvent,System.Windows SelectionChangingEvent
return System.Windows.RoutedEvent