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.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
Default. Do not show the name on either the square or wide tile. |
| ShowNameOnLogo | showNameOnLogo | 1 |
Display the name on the square version of the tile. |
| ShowNameOnWideLogo | showNameOnWideLogo | 2 |
Display the name on the wide version of the tile. |
| CopyOnDeployment | copyOnDeployment | 4 |
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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012