Bearbeiten

Freigeben über


StyledStringElement Constructors

Definition

Overloads

StyledStringElement(String)
StyledStringElement(String, Action)
StyledStringElement(String, String)
StyledStringElement(String, String, UITableViewCellStyle)

StyledStringElement(String)

public StyledStringElement (string caption);
new MonoTouch.Dialog.StyledStringElement : string -> MonoTouch.Dialog.StyledStringElement

Parameters

caption
String

Applies to

StyledStringElement(String, Action)

public StyledStringElement (string caption, Action tapped);
new MonoTouch.Dialog.StyledStringElement : string * Action -> MonoTouch.Dialog.StyledStringElement

Parameters

caption
String
tapped
Action

Applies to

StyledStringElement(String, String)

public StyledStringElement (string caption, string value);
new MonoTouch.Dialog.StyledStringElement : string * string -> MonoTouch.Dialog.StyledStringElement

Parameters

caption
String
value
String

Applies to

StyledStringElement(String, String, UITableViewCellStyle)

public StyledStringElement (string caption, string value, UIKit.UITableViewCellStyle style);
new MonoTouch.Dialog.StyledStringElement : string * string * UIKit.UITableViewCellStyle -> MonoTouch.Dialog.StyledStringElement

Parameters

caption
String
value
String

Applies to