Version

XamTile Class

A System.Windows.Controls.ContentControl derived element that represents a tile inside a XamTileManager.
Syntax
'Declaration
 
Public Class XamTile 
   Inherits System.Windows.Controls.ContentControl
   Implements Infragistics.ICommandTarget 
public class XamTile : System.Windows.Controls.ContentControl, Infragistics.ICommandTarget  
Remarks

Note: even though this class derives from ContentControl it exposes all of the properties and functionality of a HeaderedContentControl. The reason the class doesn't derive from HeaderedContentControl is because the base PrepareItemContainer logic in ItemsControl assumes that the item in the Items collection should be set as its Header, likewise the System.Windows.Controls.ItemsControl.ItemTemplate property should be set as the HeaderTemplate. For tiles this is not the intent, instead the item should be the Tile's Content and the ItemsControl.ItemTemplate property should be used to initialize the ContentTemplate property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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