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

Gets or sets the amount to indent the left side of an angled tab in the control.

Syntax

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

Property Value

Integer

Remarks

This property is only valid when TabStyle Property is set to Angled.

Requirements

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

See Also