SecondaryTile.VisualElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object through which you can get or set a secondary tile's background color, foreground text, tile images, and app name display options. As of Windows 8.1, the properties of this object replace these SecondaryTile properties:
public:
property SecondaryTileVisualElements ^ VisualElements { SecondaryTileVisualElements ^ get(); };
SecondaryTileVisualElements VisualElements();
public SecondaryTileVisualElements VisualElements { get; }
var secondaryTileVisualElements = secondaryTile.visualElements;
Public ReadOnly Property VisualElements As SecondaryTileVisualElements
Property Value
An object that represents the secondary tile.