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

Gets or sets the font used for the text in the explorer item.

Syntax

Visual Basic (Declaration) 
Public Property Font As Font
C# 
public Font Font {get; set;}

Property Value

Font

Remarks

If set to a value of null, the control will use the ItemFont property instead.

Requirements

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

See Also