TabStripForeground Property
In This Topic
Gets or sets the
Windows.UI.Xaml.Media.Brush that will be assigned to the Foreground of the tab strip.
Syntax
'Declaration
Public Property TabStripForeground As Brush
public Brush TabStripForeground {get; set;}
See Also