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

In This Topic
    BackContent Property (C1Tile)
    In This Topic
    Gets or sets the System.Object representing the old content of the C1Tile control.
    Syntax
    'Declaration
     
    
    Public Property BackContent As Object
    public object BackContent {get; set;}
    See Also