HTMLInputElement.Size

HTMLInputElement.Size property

Size information. The precise meaning is specific to each type of field. See the size attribute definition in HTML 4.01. @version DOM Level 2

public int Size { get; set; }

See Also