Android.Dialog.StringElement.StringElement C# (CSharp) Method

StringElement() public method

public StringElement ( string caption ) : System
caption string
return System
        public StringElement(string caption)
            : base(caption, Resource.Layout.dialog_multiline_labelfieldbelow)
        {
        }

Same methods

StringElement::StringElement ( string caption, int layoutId ) : System
StringElement::StringElement ( string caption, string value ) : System
StringElement::StringElement ( string caption, string value, int layoutId ) : System