共用方式為


ImageStringElement 建構函式

定義

多載

ImageStringElement(String, UIImage)

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

參數

caption
String
image
UIImage

適用於

ImageStringElement(String, Action, UIImage)

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

參數

caption
String
tapped
Action
image
UIImage

適用於

ImageStringElement(String, String, UIImage)

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

參數

caption
String
value
String
image
UIImage

適用於