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

Gets or sets the type of border to be used in a tab strip.

Syntax

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

Property Value

enumStripType Enumeration

Remarks

This property is only effective when the TabStrip property is set to True.  The border colors for the tab strip are determined by the BorderColor and BorderColorTo properties.

Requirements

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

See Also