C# 클래스 Crosschat.Client.iOS.CustomRenderers.BubbleCell

상속: UITableViewCell
파일 보기 프로젝트 열기: EgorBo/CrossChat-Xamarin.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
KeyLeft NSString
KeyRight NSString
bleft UIImage
font UIFont

공개 메소드들

메소드 설명
BubbleCell ( bool isLeft ) : System.Drawing
GetHeight ( UIView tv ) : float
LayoutSubviews ( ) : void
Update ( string text ) : void

비공개 메소드들

메소드 설명
BubbleCell ( ) : System.Drawing
GetSizeForText ( UIView tv, string text ) : SizeF

메소드 상세

BubbleCell() 공개 메소드

public BubbleCell ( bool isLeft ) : System.Drawing
isLeft bool
리턴 System.Drawing

GetHeight() 공개 메소드

public GetHeight ( UIView tv ) : float
tv UIView
리턴 float

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

Update() 공개 메소드

public Update ( string text ) : void
text string
리턴 void

프로퍼티 상세

KeyLeft 공개적으로 정적으로 프로퍼티

public static NSString KeyLeft
리턴 NSString

KeyRight 공개적으로 정적으로 프로퍼티

public static NSString KeyRight
리턴 NSString

bleft 공개적으로 정적으로 프로퍼티

public static UIImage bleft
리턴 UIImage

font 공개적으로 정적으로 프로퍼티

public static UIFont font
리턴 UIFont