ImageStringElement Constructors

Definition

Overloads

ImageStringElement(String, UIImage)
ImageStringElement(String, Action, UIImage)
ImageStringElement(String, String, UIImage)

ImageStringElement(String, UIImage)

public ImageStringElement (string caption, UIKit.UIImage image);
new MonoTouch.Dialog.ImageStringElement : string * UIKit.UIImage -> MonoTouch.Dialog.ImageStringElement

Parameters

caption
String
image
UIImage

Applies to

ImageStringElement(String, Action, UIImage)

public ImageStringElement (string caption, Action tapped, UIKit.UIImage image);
new MonoTouch.Dialog.ImageStringElement : string * Action * UIKit.UIImage -> MonoTouch.Dialog.ImageStringElement

Parameters

caption
String
tapped
Action
image
UIImage

Applies to

ImageStringElement(String, String, UIImage)

public ImageStringElement (string caption, string value, UIKit.UIImage image);
new MonoTouch.Dialog.ImageStringElement : string * string * UIKit.UIImage -> MonoTouch.Dialog.ImageStringElement

Parameters

caption
String
value
String
image
UIImage

Applies to