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

Inheritance: UITableViewCell
Show file 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 static property

public static NSString KeyLeft
return NSString

KeyRight public static property

public static NSString KeyRight
return NSString

bleft public static property

public static UIImage bleft
return UIImage

font public static property

public static UIFont font
return UIFont