C# Class P02Project.GridView

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

Méthodes publiques

Méthode Description
AnimateIn ( ) : void
AnimateOut ( ) : void
GridView ( PageModel pageModelArray ) : System

Initializes a new instance of the GridView class.

Private Methods

Méthode Description
Polaroid_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

this method called when the mouse is released on the polaroid

Method Details

AnimateIn() public méthode

public AnimateIn ( ) : void
Résultat void

AnimateOut() public méthode

public AnimateOut ( ) : void
Résultat void

GridView() public méthode

Initializes a new instance of the GridView class.
There are too many rows or columns
public GridView ( PageModel pageModelArray ) : System
pageModelArray PageModel
Résultat System