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

Gets or sets the vertical offset used to calculate the distance of the tab pages between levels.

Syntax

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

Property Value

Integer

Remarks

This property is only effective when the Levels property is greater than 1.

Requirements

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

See Also