Android.Dialog.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)
        {
            Caption = caption;
        }

Same methods

Element::Element ( string caption, int layoutId ) : System