Details tile BackgroundImage set to parent ContentPage

Is it possible to set the BackgroundImage of a Details tile to the BackgroundImage of the ContentPage where the tile is inserted?
Right now I hard code the BackgroundImage for each device using DataTriggers in the Details tile, as shown in the screen capture:

Many thanks!

Sorry, that cannot be accomplished. A Tile cannot access properties from its parent page.

Bill, many thanks for your reply!