June 2002
Intermediate to advanced
816 pages
28h 12m
English
BorderStyle
This enumeration is used to set the border style for most web controls. It is used by
the WebControl.BorderStyle property.
Public Enum BorderStyle NotSet = 0 None = 1 Dotted = 2 Dashed = 3 Solid = 4 Double = 5 Groove = 6 Ridge = 7 Inset = 8 Outset = 9 End Enum
System.Object→System.ValueType→ System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→ BorderStyle
Read now
Unlock full access