StyledStringElement 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
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)
StyledStringElement(String, String)
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
- style
- UITableViewCellStyle