Textbox, Numeric, autocomplete and Dropdown Size Property

Hello,
Is there a way, without using CSS and inline styling, to add a Size attribute to a component such as Textbox, Numeric, Autocomplete, and Dropdowns.

This is already implemented on the Buttons:
Size="ButtonSize.Small"

Regards.

You add any arbitrary attribute to any component. For example:
<RadzenTextBox size=“4” />