Edit

Share via


TileBindingContentAdaptive Class

Definition

Supported on all sizes. This is the recommended way of specifying your Tile content. Adaptive Tile templates are the de-facto choice for Windows 10, and you can create a wide variety of custom Tiles through adaptive.

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

Constructors

TileBindingContentAdaptive()

Properties

BackgroundImage

Gets or sets an optional background image that gets displayed behind all the Tile content, full bleed.

Children

Gets AdaptiveText, AdaptiveImage, and AdaptiveGroup objects that can be added as children. The children are displayed in a vertical StackPanel fashion.

PeekImage

Gets or sets an optional peek image that animates in from the top of the Tile.

TextStacking

Gets or sets the text stacking (vertical alignment) of the entire binding element.

Applies to