Name

BorderStyle

Synopsis

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

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) BorderStyle

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.