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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012