public TextBox(Root root, string id, TextBoxProperties properties) : base(root, id, properties) { AddDisplayMode("Medium"); }