Hi Telerik:
I am using .skin file and would to know what properties can be set via the template
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> ...<telerik:RadTextBox runat="server" Skin="MetroTouch" ></telerik:RadTextBox>...I tried Height and CssClass, but that did not get layered onto the control.
Phil