ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1Tile Class / BackContentTemplate Property

In This Topic
    BackContentTemplate Property (C1Tile)
    In This Topic
    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