Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.StyledStringElement.StyledStringElement C# (CSharp) Method

StyledStringElement() public method

public StyledStringElement ( string caption ) : System
caption string
return System
        public StyledStringElement (string caption) : base (caption) {
            Style = UITableViewCellStyle.Value1;				
        }
        public StyledStringElement (string caption, NSAction tapped) : base (caption, tapped) {

Same methods

StyledStringElement::StyledStringElement ( string caption, NSAction tapped ) : System
StyledStringElement::StyledStringElement ( string caption, string value ) : System
StyledStringElement::StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : System