SecondaryTile.BackgroundColor | backgroundColor property

This topic has not yet been rated - Rate this topic

Gets or sets the tile's background color.

Syntax


var backgroundColor = secondaryTile.backgroundColor;
secondaryTile.backgroundColor = backgroundColor;

Property value

Type: Color

The background color.

Remarks

If this property is not set, its value is inherited from the background color of the parent app's tile.

Examples

The following lines show different ways to express the color through this property.



secondaryTile.backgroundColor = Windows.UI.Colors.magenta;

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.StartScreen
Windows::UI::StartScreen [C++]

Metadata

Windows.winmd

See also

SecondaryTile
Secondary tiles sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.