Method | Description | |
---|---|---|
PoloroidWithText ( ) : System | ||
PoloroidWithText ( String title, String resName, string date, String place, String description ) : System |
construct a new poloroid with text element
|
|
setDate ( string date ) : void |
set the date field
|
|
setDescription ( String desc ) : void |
set the description field
|
|
setImage ( String resName ) : void |
set the image of the poloroid with text
|
|
setPlace ( String place ) : void |
set the place field
|
|
setTitle ( String title ) : void |
set the title field
|
Method | Description | |
---|---|---|
Image_ImageFailed ( object sender, System.Windows.ExceptionRoutedEventArgs e ) : void |
what happens if the image fails to load
|
public PoloroidWithText ( String title, String resName, string date, String place, String description ) : System | ||
title | String | title of the polaroid |
resName | String | link to image |
date | string | date of event |
place | String | place where event takes place |
description | String | description of the event |
return | System |