FlipTileData Class

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

Describes a Tile template that flips from the front to the back side. Allows customization of the background image and text for both the front and back Tile.

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 FlipTileData _
    Inherits StandardTileData
public class FlipTileData : StandardTileData
<FlipTileData .../>

The FlipTileData type exposes the following members.

Constructors

  Name Description
FlipTileData()()() Initializes a new instance of the FlipTileData class.
FlipTileData(String) Initializes a new instance of the FlipTileData class with an xml document that contains the FlipTileData 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. (Inherited from StandardTileData.)
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. (Inherited from StandardTileData.)
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. (Inherited from StandardTileData.)
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. (Inherited from StandardTileData.)
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. (Inherited from StandardTileData.)
SmallBackgroundImage Gets and sets the front-side background image for the small Tile size.
Title Gets or sets the text that displays on the front side of the medium and wide tile sizes. (Inherited from ShellTileData.)
WideBackBackgroundImage Gets and sets the back-side background image for the wide Tile size.
WideBackContent Gets and sets the text that displays above the title, on the back-side of the wide Tile size.
WideBackgroundImage Gets and sets the front-side background image for the wide Tile size.

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

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