dbicTabs Send comments on this topic.
enumPageBorder Enumeration
See Also  
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : enumPageBorder Enumeration

The type of border to place around the page.

Syntax

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

Members

MemberDescription
FlatFlat border single line
RaisedShadow style border
RaisedThinShadow style border with thin lines

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tabs.enumPageBorder

Requirements

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

See Also