dbicTips Send comments on this topic.
enumBorderStyle Enumeration
See Also  
dbicTips Assembly > Dbi.WinControl.Tips Namespace : enumBorderStyle Enumeration

The type of border to display.

Syntax

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

Members

MemberDescription
DefaultDefault border type
RegularAll four sides of the border will be equal width.
RoundedAll four sides of the border will be equal width, and the corners will be rounded.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tips.enumBorderStyle

Requirements

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

See Also