dbicTabs Send comments on this topic.
PageBorder Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : PageBorder Property

Gets or sets the type of border to place around the page area in the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PageBorder As enumPageBorder
C# 
public virtual enumPageBorder PageBorder {get; set;}

Property Value

enumPageBorder Enumeration

Remarks

This property is not effective when the TabStyle is set to "Regular".

Requirements

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

See Also