Edit

Share via


TileBindingContentIconic Class

Definition

Supported on Small and Medium. Enables an iconic Tile template, where you can have an icon and badge display next to each other on the Tile, in true classic Windows Phone style. The number next to the icon is achieved through a separate badge notification.

public sealed class TileBindingContentIconic : Microsoft.Toolkit.Uwp.Notifications.ITileBindingContent
type TileBindingContentIconic = class
    interface ITileBindingContent
Public NotInheritable Class TileBindingContentIconic
Implements ITileBindingContent
Inheritance
TileBindingContentIconic
Implements

Constructors

TileBindingContentIconic()

Properties

Icon

Gets or sets, at minimum, to support both Desktop and Phone, Small and Medium tiles, a square aspect ratio image with a resolution of 200x200, PNG format, with transparency and no color other than white. For more info see: http://blogs.msdn.com/b/tiles_and_toasts/archive/2015/07/31/iconic-tile-template-for-windows-10.aspx

Applies to