Version

DefaultView Property (LiveTile)

Returns the view which determines the content displayed for this tile when no view exists in the CultureSpecificViews collection for the current culture.
Syntax
'Declaration
 
Public ReadOnly Property DefaultView As LiveTileView
public LiveTileView DefaultView {get;}
Remarks

Use the DefaultView property to define a view for the tile that is not specific to a particular culture, or when application internationalization is not a concern.

The CultureSpecificViews collection can be used to define a view for a particular culture. When the local machine's current culture matches an item in the CultureSpecificViews collection, that view defines the content that is displayed for that user.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also