ComponentOne FinancialChart for WPF
TabStripForeground Property



C1.WPF Namespace > C1TabControl Class : TabStripForeground Property
Gets or sets the System.Windows.Media.Brush that will be assigned to the Foreground of the tab strip.
Syntax
'Declaration
 
Public Property TabStripForeground As Brush
'Usage
 
Dim instance As C1TabControl
Dim value As Brush
 
instance.TabStripForeground = value
 
value = instance.TabStripForeground
public Brush TabStripForeground {get; set;}
public:
property Brush^ TabStripForeground {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1TabControl Class
C1TabControl Members