Notificación

Este contenido no se encuentra disponible en su idioma, pero aquí tiene la versión en inglés.

Personas que lo han encontrado útil: 1 de 2 - Valorar este tema

StandardTileData Class

Windows Phone

March 22, 2012

Data for a Tile pinned to Start. Tiles have a “front” and “back” to them, and this class holds all this data. For more information about Tiles, see Tiles Overview for Windows Phone.

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

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public class StandardTileData : ShellTileData
<StandardTileData .../>

The StandardTileData type exposes the following members.

  Name Description
Public method StandardTileData Initializes a new instance of the StandardTileData class.
Top
  Name Description
Public property BackBackgroundImage 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.
Public property BackContent 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.
Public property BackgroundImage 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.
Public property BackTitle 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.
Public property Count 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.
Public property Title Text to display in the Tile. (Inherited from ShellTileData.)
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

Windows Phone OS

Supported in: 7.1

Windows Phone

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

¿Le ha resultado útil?
(Caracteres restantes: 1500)