2002-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / HtmlTextWriterStyle.cs
1 /*      System.Web.UI\r
2 *       Authors\r
3 *               Leen Toelen (toelen@hotmail.com)\r
4 */\r
5 \r
6 \r
7 namespace System.Web.UI{\r
8 \r
9 public enum HtmlTextWriterStyle {\r
10 BackgroundColor,\r
11 BackgroundImage,\r
12 BorderCollapse,\r
13 BorderColor,\r
14 BorderStyle,\r
15 BorderWidth,\r
16 Color,\r
17 FontFamily,\r
18 FontSize,\r
19 FontStyle,\r
20 FontWeight,\r
21 Height,\r
22 TextDecoration,\r
23 Width\r
24\r
25 \r
26 \r
27 } // namespace System.Web.UI.HtmlControls\r
28 \r