C# Class P02Project.hcihVolunteerControl

Interaction logic for hcihBeads.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
Afficher le fichier Open project: raouldc/OptiDev Class Usage Examples

Méthodes publiques

Méthode Description
AnimateIn ( ) : void

Screen In Animation

AnimateOut ( ) : void

Does nothing

hcihVolunteerControl ( ) : System

Constructor

Private Methods

Méthode Description
GenerateContent ( ) : StackPanel

Dynamically Generates content

text_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Resets Timer

Method Details

AnimateIn() public méthode

Screen In Animation
public AnimateIn ( ) : void
Résultat void

AnimateOut() public méthode

Does nothing
public AnimateOut ( ) : void
Résultat void

hcihVolunteerControl() public méthode

Constructor
public hcihVolunteerControl ( ) : System
Résultat System