次の方法で共有


ImageStringElement コンストラクター

定義

オーバーロード

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

パラメーター

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

適用対象