C# Class P02Project.TweetListElement

Interaction logic for TweetListElement.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: raouldc/OptiDev Class Usage Examples

Méthodes publiques

Méthode Description
TweetListElement ( ) : System
setBackground ( System.Windows.Media.Brush bg ) : void
setMargin ( double left, double top, double right, double bottom ) : void
setTweetImg ( BitmapImage img ) : void
setTweetText ( String txt ) : void

Method Details

TweetListElement() public méthode

public TweetListElement ( ) : System
Résultat System

setBackground() public méthode

public setBackground ( System.Windows.Media.Brush bg ) : void
bg System.Windows.Media.Brush
Résultat void

setMargin() public méthode

public setMargin ( double left, double top, double right, double bottom ) : void
left double
top double
right double
bottom double
Résultat void

setTweetImg() public méthode

public setTweetImg ( BitmapImage img ) : void
img System.Windows.Media.Imaging.BitmapImage
Résultat void

setTweetText() public méthode

public setTweetText ( String txt ) : void
txt String
Résultat void