C# Class Crosschat.Client.iOS.CustomRenderers.BubbleCell

Inheritance: UITableViewCell
显示文件 Open project: EgorBo/CrossChat-Xamarin.Forms Class Usage Examples

Public Properties

Property Type Description
KeyLeft NSString
KeyRight NSString
bleft UIImage
font UIFont

Public Methods

Method Description
BubbleCell ( bool isLeft ) : System.Drawing
GetHeight ( UIView tv ) : float
LayoutSubviews ( ) : void
Update ( string text ) : void

Private Methods

Method Description
BubbleCell ( ) : System.Drawing
GetSizeForText ( UIView tv, string text ) : SizeF

Method Details

BubbleCell() public method

public BubbleCell ( bool isLeft ) : System.Drawing
isLeft bool
return System.Drawing

GetHeight() public method

public GetHeight ( UIView tv ) : float
tv UIView
return float

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

Update() public method

public Update ( string text ) : void
text string
return void

Property Details

KeyLeft public_oe static_oe property

public static NSString KeyLeft
return NSString

KeyRight public_oe static_oe property

public static NSString KeyRight
return NSString

bleft public_oe static_oe property

public static UIImage bleft
return UIImage

font public_oe static_oe property

public static UIFont font
return UIFont