.NET Framework Class Library for Silverlight
PivotViewer.SecondaryForeground Property
Gets or sets the brush used to set the foreground color of the secondary text, such as, the copyright notice in the Detail Pane and property name in the Applied Filters.
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
Visual Basic (Declaration)
Public Property SecondaryForeground As Brush
C#
public Brush SecondaryForeground { get; set; }
Property Value
Type: System.Windows.Media.BrushThe Brush used to set the foreground color of the secondary text.
Version Information
Silverlight
Supported in: 5Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also