/** * Namespace: System.Web.UI.WebControls * Enumeration: BorderStyle * * Author: Gaurav Vaish * Maintainer: gvaish@iitk.ac.in * Contact: , * Implementation: yes * Status: 100% * * (C) Gaurav Vaish (2001) */ namespace System.Web.UI.WebControls { public enum BorderStyle { NotSet, None, Dotted, Dashed, Solid, Double, Groove, Ridge, Inset, Outset } }