C# 클래스 P02Project.TweetListElement

Interaction logic for TweetListElement.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: raouldc/OptiDev 1 사용 예제들

공개 메소드들

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

메소드 상세

TweetListElement() 공개 메소드

public TweetListElement ( ) : System
리턴 System

setBackground() 공개 메소드

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

setMargin() 공개 메소드

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

setTweetImg() 공개 메소드

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

setTweetText() 공개 메소드

public setTweetText ( String txt ) : void
txt String
리턴 void