dbicTabs Send comments on this topic.
ImagePosition Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : ImagePosition Property

Gets or sets the vertical and horizontal alignment of the tab images in the control.

Syntax

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

Property Value

ContentAlignment

Remarks

The position of the image will also determine the alignment of the text in the tab.  If an image is left or right aligned, the text will be placed on opposite side.  If an image is top or bottom aligned, the text will appear on the opposite top or bottom of the tab.  If the image is placed in the center, the text will be drawn on top of the image.

Requirements

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

See Also