ImageStringElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImageStringElement(String, UIImage)
public ImageStringElement (string caption, UIKit.UIImage image);
new MonoTouch.Dialog.ImageStringElement : string * UIKit.UIImage -> MonoTouch.Dialog.ImageStringElement
Parameters
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
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