Version

BaseBackColorResolved Property

Returns the resolved BaseBackColor that should be used to render the tab group caption as well as the tab items in the group.
Syntax
'Declaration
 
Public ReadOnly Property BaseBackColorResolved As Color
public Color BaseBackColorResolved {get;}
Remarks

By default, the BaseBackColor property is set to null (Nothing in VB). When that property is left set to null, a default color is chosen for the ContextualTabGroup based on its index in the ContextualTabGroups collection.

The BaseBackColorResolvedBrush may be used to obtain a System.Windows.Media.SolidColorBrush which uses the color from this property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also