Поделиться через


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

Применяется к