ComponentOne Tiles for WPF and Silverlight
BackContentTemplate Property (C1Tile)

C1.WPF.Tile Namespace > C1Tile Class : BackContentTemplate Property
Gets or sets the System.Windows.DataTemplate which should be used as an alternate to the one defined by the ContentTemplate property. The default value is null.
Syntax
'Declaration
 
Public Property BackContentTemplate As DataTemplate
public DataTemplate BackContentTemplate {get; set;}
Remarks
This property would be ignored if the ContentTemplateSelector property is set.
See Also

Reference

C1Tile Class
C1Tile Members