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

Element() public method

Initializes the element with the given caption.
public Element ( string caption ) : System
caption string /// The caption. ///
return System
		public Element (string caption)
		{
			this.Caption = caption;
		}	

Same methods

Element::Element ( string caption, NSAction tapped ) : System