.NET Framework Class Library for Silverlight
PivotViewer.SecondaryBackground Property
Gets or sets the brush used to set the background of the control bar and the collection area.
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
Visual Basic (Declaration)
Public Property SecondaryBackground As Brush
C#
public Brush SecondaryBackground { get; set; }
Property Value
Type: System.Windows.Media.BrushThe Brush used to set the background of the control bar and the collection area.
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