BadgeElement Constructors

Definition

Overloads

BadgeElement(UIImage, String)
BadgeElement(UIImage, String, Action)

BadgeElement(UIImage, String)

public BadgeElement (UIKit.UIImage badgeImage, string cellText);
new MonoTouch.Dialog.BadgeElement : UIKit.UIImage * string -> MonoTouch.Dialog.BadgeElement

Parameters

badgeImage
UIImage
cellText
String

Applies to

BadgeElement(UIImage, String, Action)

public BadgeElement (UIKit.UIImage badgeImage, string cellText, Action tapped);
new MonoTouch.Dialog.BadgeElement : UIKit.UIImage * string * Action -> MonoTouch.Dialog.BadgeElement

Parameters

badgeImage
UIImage
cellText
String
tapped
Action

Applies to