Infragistics2.Win.UltraWinTabControl.v8.1
CloseButtonAlignmentResolved Property
See Also 
Infragistics.Win.UltraWinTabControl Namespace > UltraTab Class : CloseButtonAlignmentResolved Property

Gets the resolved value of UltraTab.CloseButtonAlignment.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CloseButtonAlignmentResolved As TabCloseButtonAlignment
C# 
public TabCloseButtonAlignment CloseButtonAlignmentResolved {get;}

Return Value

The resolved value of CloseButtonAlignment.

Remarks

If the CloseButtonAlignment value is Default, the value of the owning tab control's UltraTabControlBase.TabCloseButtonAlignment will be used.

See Also