C# Class P02Project.GridView

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

Public Methods

Method Description
AnimateIn ( ) : void
AnimateOut ( ) : void
GridView ( PageModel pageModelArray ) : System

Initializes a new instance of the GridView class.

Private Methods

Method 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 method

public AnimateIn ( ) : void
return void

AnimateOut() public method

public AnimateOut ( ) : void
return void

GridView() public method

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