TileOptions enumeration

This topic has not yet been rated - Rate this topic

Specifies options available to a secondary tile.

Syntax


var value = Windows.UI.StartScreen.TileOptions.none;

Attributes

FlagsAttribute()
VersionAttribute(NTDDI_WIN8)

Members

The TileOptions enumeration has these members.

MemberValueDescription
None | none0

Default. Do not show the name on either the square or wide tile.

ShowNameOnLogo | showNameOnLogo1

Display the name on the square version of the tile.

ShowNameOnWideLogo | showNameOnWideLogo2

Display the name on the wide version of the tile.

CopyOnDeployment | copyOnDeployment4

The tile will be reacquired from the cloud when the parent app is installed by the user, using their Microsoft account, on another computer.

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

Secondary tiles sample

 

 

Build date: 12/4/2012

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