ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1Tile Class / BackContent Property

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