dbicDigit Send comments on this topic.
enumBorderType Enumeration
See Also  
dbicBase Assembly > Dbi Namespace : enumBorderType Enumeration

The type of border to display.

Syntax

Visual Basic (Declaration) 
Public Enum enumBorderType 
   Inherits System.Enum
C# 
public enum enumBorderType : System.Enum 

Members

MemberDescription
DefaultDefault border type
LoweredA shadow will appear in the top / left corner.  This value is similar to the LoweredThin border, but border width is larger.
LoweredThinA shadow will appear in the top / left corner.  This value is similar to the Lowered border, but this border width is small.
NoneNo border
RaisedThe control will appear raised on the form, by having a shadow in the bottom / right corner.  This value is similar to the RaisedThin border, but this border width is larger.
RaisedThinA shadow will appear in the bottom / right corner.  This value is similar to the Raised border, but this border width is smaller.
RegularAll four sides of the border will be equal width.
RoundedEdgeAll four sides of the border will be equal width, and the corners will be rounded.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.enumBorderType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also

Reference

Dbi Namespace