C# Class P02Project.hcihSchoolsControl

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

Public Methods

Method Description
AnimateIn ( ) : void

Fade in the Image on the screen

AnimateOut ( ) : void

Does nothing

hcihSchoolsControl ( ) : System.Windows.Controls

Constructor

Method Details

AnimateIn() public method

Fade in the Image on the screen
public AnimateIn ( ) : void
return void

AnimateOut() public method

Does nothing
public AnimateOut ( ) : void
return void

hcihSchoolsControl() public method

Constructor
public hcihSchoolsControl ( ) : System.Windows.Controls
return System.Windows.Controls