C# 클래스 P02Project.GridView

Interaction logic for GridView.xaml
상속: System.Windows.Controls.UserControl, Animatiable
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

메소드 설명
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