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

Gets or sets the size of the images used to display an item.

Syntax

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

Property Value

enumImageSize

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