dbicExplorerBar Send comments on this topic.
ListTextIndent Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ListTextIndent Property

Gets or sets the distance the text is indented in a list title.

Syntax

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

Property Value

Integer

Remarks

This property will only affect the list title text if:
a) The text is centered

or

b) The text is left aligned and there is no image

Requirements

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

See Also