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

Inheritance: UITableViewCell
Afficher le fichier Open project: EgorBo/CrossChat-Xamarin.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
KeyLeft NSString
KeyRight NSString
bleft UIImage
font UIFont

Méthodes publiques

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

Private Methods

Méthode Description
BubbleCell ( ) : System.Drawing
GetSizeForText ( UIView tv, string text ) : SizeF

Method Details

BubbleCell() public méthode

public BubbleCell ( bool isLeft ) : System.Drawing
isLeft bool
Résultat System.Drawing

GetHeight() public méthode

public GetHeight ( UIView tv ) : float
tv UIView
Résultat float

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

Update() public méthode

public Update ( string text ) : void
text string
Résultat void

Property Details

KeyLeft public_oe static_oe property

public static NSString KeyLeft
Résultat NSString

KeyRight public_oe static_oe property

public static NSString KeyRight
Résultat NSString

bleft public_oe static_oe property

public static UIImage bleft
Résultat UIImage

font public_oe static_oe property

public static UIFont font
Résultat UIFont