Represents the style for a System.Web.UI.Design.DesignerAutoFormat object. This class is used primarily by control developers.
See Also: DesignerAutoFormatStyle Members
The System.Web.UI.Design.DesignerAutoFormatStyle class encapsulates the properties that control the appearance of a Web server control for automatic formatting at design time. You can specify the background color, font color, and the vertical alignment of a control by setting the System.Web.UI.WebControls.Style.BackColor, System.Web.UI.WebControls.Style.ForeColor, and DesignerAutoFormatStyle.VerticalAlign properties, respectively.