ComponentOne Tiles for UWP
BackContentTemplate Property

C1.UWP.Tile Assembly > C1.Xaml.Tile Namespace > C1Tile Class : BackContentTemplate Property
Gets or sets the Windows.UI.Xaml.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 Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.DataTemplate BackContentTemplate {get; set;}
Remarks
This property would be ignored if the ContentTemplateSelector property is set.
See Also

Reference

C1Tile Class
C1Tile Members