Freigeben über


ImageStringElement Konstruktoren

Definition

Überlädt

ImageStringElement(String, UIImage)

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

Parameter

caption
String
image
UIImage

Gilt für:

ImageStringElement(String, Action, UIImage)

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

Parameter

caption
String
tapped
Action
image
UIImage

Gilt für:

ImageStringElement(String, String, UIImage)

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

Parameter

caption
String
value
String
image
UIImage

Gilt für: