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

Gets or sets the value used to calculate the horizontal and vertical position of the text within the list items.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ItemTextOffset As Point
C# 
public virtual Point ItemTextOffset {get; set;}

Property Value

Point

Remarks

This property is only valid when ControlType Property is Navigation or SideBar

Requirements

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

See Also