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

Gets or sets the specific height of the tabs in the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TabHeight As Integer
C# 
public virtual int TabHeight {get; set;}

Property Value

Integer

Remarks

This property is only effective when the TabStrip property is set to "False"

Requirements

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

See Also