Share via


CycleTile Class

Definition

Represents a Cycle Tile targeting MPNS. Use the CycleTile with MpnsPushMessage to create an MPNS notification and send it using the PushClient.

public class CycleTile : Microsoft.Azure.Mobile.Server.Notifications.MpnsTileMessage
type CycleTile = class
    inherit MpnsTileMessage
Public Class CycleTile
Inherits MpnsTileMessage
Inheritance

Remarks

For more information about MPNS Cycle Tiles, see http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207036.

Constructors

CycleTile()

Initializes a new instance of the CycleTile class.

Properties

Count

Gets or sets a value between 1 and 99 that 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 MpnsTileMessage)
CycleImage1

Gets or sets background image 1 for the medium and wide tile sizes.

CycleImage2

Gets or sets background image 2 for the medium and wide tile sizes.

CycleImage3

Gets or sets background image 3 for the medium and wide tile sizes.

CycleImage4

Gets or sets background image 4 for the medium and wide tile sizes.

CycleImage5

Gets or sets background image 5 for the medium and wide tile sizes.

CycleImage6

Gets or sets background image 6 for the medium and wide tile sizes.

CycleImage7

Gets or sets background image 7 for the medium and wide tile sizes.

CycleImage8

Gets or sets background image 8 for the medium and wide tile sizes.

CycleImage9

Gets or sets background image 9 for the medium and wide tile sizes.

Id

Gets or sets the optional ID or the tile.

(Inherited from MpnsTileMessage)
Properties

Gets the properties associated with this toast or tile.

(Inherited from MpnsMessage)
SmallBackgroundImage

Gets and sets the front-side background image for the small tile size.

Template

Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.

(Inherited from MpnsMessage)
TileId

Gets or sets the id of the tile.

(Inherited from MpnsMessage)
Title

Gets or sets the text that displays on the front side of the medium and wide tile sizes.

(Inherited from MpnsTileMessage)
Version

Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.

(Inherited from MpnsMessage)

Explicit Interface Implementations

IXmlSerializable.GetSchema() (Inherited from MpnsMessage)
IXmlSerializable.ReadXml(XmlReader) (Inherited from MpnsMessage)
IXmlSerializable.WriteXml(XmlWriter) (Inherited from MpnsMessage)

Applies to