C# Class P02Project.hcihVolunteerControl

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

Public Methods

Method Description
AnimateIn ( ) : void

Screen In Animation

AnimateOut ( ) : void

Does nothing

hcihVolunteerControl ( ) : System

Constructor

Private Methods

Method Description
GenerateContent ( ) : StackPanel

Dynamically Generates content

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

Resets Timer

Method Details

AnimateIn() public method

Screen In Animation
public AnimateIn ( ) : void
return void

AnimateOut() public method

Does nothing
public AnimateOut ( ) : void
return void

hcihVolunteerControl() public method

Constructor
public hcihVolunteerControl ( ) : System
return System