//
// System.Web.UI.HtmlTextWriterStyle.cs
//
// Author:
// Bob Smith
//
// (C) Bob Smith
//
using System;
using System.Web;
namespace System.Web.UI
{
public enum HtmlTextWriterStyle
{
BackgroundColor,
BackgroundImage,
BorderCollapse,
BorderColor,
BorderStyle,
BorderWidth,
Color,
FontFamily,
FontSize,
FontStyle,
FontWeight,
Height,
TextDecoration,
Width
}
}