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

Gets or sets the dark border color of a line surrounding an image in an item.

Syntax

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

Property Value

Color

Remarks

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

The border is enabled by setting ItemImageBorder Property to True.

Requirements

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

See Also