StandardTileData Class

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Data for a Tile pinned to Start. Tiles have a "front" and "back" to them, and this class holds all this data.

Inheritance Hierarchy

System..::.Object
  Microsoft.Phone.Shell..::.ShellTileData
    Microsoft.Phone.Shell..::.StandardTileData
      Microsoft.Phone.Shell..::.FlipTileData

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Class StandardTileData _
    Inherits ShellTileData
public class StandardTileData : ShellTileData
<StandardTileData .../>

The StandardTileData type exposes the following members.

Constructors

  Name Description
StandardTileData()()() Initializes a new instance of the StandardTileData class.
StandardTileData(String) Initializes a new instance of the StandardTileData class with an XML document that contains the StandardTileData template information.

Top

Properties

  Name Description
BackBackgroundImage Gets or sets a background image of the back of the Tile. If this property is an empty URI, the background image of the back of the Tile will not change during an update.
BackContent Gets or sets the text to display on the back of the Tile, above the title. If this property is an empty string, the content on the back of the Tile will not change during an update.
BackgroundImage Gets or sets the background image of the front of the Tile. If this property is an empty URI, the background image of the front of the Tile will not change during an update.
BackTitle Gets or sets the title to display at the bottom of the back of the Tile. If this property is an empty string, the title on the back of the Tile will not change during an update.
Count Gets or sets a value between 1 and 99 will be displayed in the Count field of the Tile. A value of 0 means the Count will not be displayed. If this property is not set, the Count display will not change during an update.
Title Gets or sets the text that displays on the front side of the medium and wide tile sizes. (Inherited from ShellTileData.)

Top

Methods

  Name Description
Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
GetType Gets the Type of the current instance. (Inherited from Object.)
MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Shell Namespace

Other Resources

Tiles for Windows Phone 8