C# Class P02Project.TweetListElement

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

Public Methods

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

public TweetListElement ( ) : System
return System

setBackground() public method

public setBackground ( System.Windows.Media.Brush bg ) : void
bg System.Windows.Media.Brush
return void

setMargin() public method

public setMargin ( double left, double top, double right, double bottom ) : void
left double
top double
right double
bottom double
return void

setTweetImg() public method

public setTweetImg ( BitmapImage img ) : void
img System.Windows.Media.Imaging.BitmapImage
return void

setTweetText() public method

public setTweetText ( String txt ) : void
txt String
return void