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

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property IndentRight As Integer
C# 
public virtual int IndentRight {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