Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.22 KB

secondarytilevisualelements_foregroundtext.md

File metadata and controls

29 lines (20 loc) · 1.22 KB
-api-id -api-type -api-device-family-note
P:Windows.UI.StartScreen.SecondaryTileVisualElements.ForegroundText
winrt property
xbox

Windows.UI.StartScreen.SecondaryTileVisualElements.ForegroundText

-description

Specifies whether the tile should use dark or light text.

This value is ignored on Windows Phone 8.1. The foreground text color of a secondary tile on the phone is always light.

-property-value

One of the two values that specifies either the default dark or default light text.

-remarks

If this property is not specified, it is inherited from the foreground text property of the parent app's tile.

Only two text colors are available— default dark and default light— and are set by Windows. Choose the text color that will look best with your choice of background color and the opacity of your logo image.

-examples

-see-also

Secondary tiles sample, BackgroundColor