TextTemplate.Word.Word C# (CSharp) Method

Word() public method

public Word ( bool editable, string text, TextTemplate tt ) : System
editable bool
text string
tt TextTemplate
return System
        public Word(bool editable, string text, TextTemplate tt)
        {
            IsEditable = editable;
            _text = text;
            Placeholder = "";
            _textTemplate = tt;
        }

Same methods

Word::Word ( ) : System