C# Класс P02Project.GridView

Interaction logic for GridView.xaml
Наследование: System.Windows.Controls.UserControl, Animatiable
Показать файл Открыть проект

Открытые методы

Метод Описание
AnimateIn ( ) : void
AnimateOut ( ) : void
GridView ( PageModel pageModelArray ) : System

Initializes a new instance of the GridView class.

Приватные методы

Метод Описание
Polaroid_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

this method called when the mouse is released on the polaroid

Описание методов

AnimateIn() публичный Метод

public AnimateIn ( ) : void
Результат void

AnimateOut() публичный Метод

public AnimateOut ( ) : void
Результат void

GridView() публичный Метод

Initializes a new instance of the GridView class.
There are too many rows or columns
public GridView ( PageModel pageModelArray ) : System
pageModelArray PageModel
Результат System