Declined
Last Updated: 31 Aug 2018 07:55 by ADMIN
ADMIN
Nikolay
Created on: 30 May 2018 06:39
Category: ConversationalUI
Type: Feature Request
0
Chat: Background image support

		
1 comment
ADMIN
Petar Marchev
Posted on: 31 Aug 2018 07:55
Reason for declination: After consideration we decided that this is not an inherent feature of the Chat and the desired result can easily be achieved by placing an image under the Chat:

<Grid>
    <Image Source="img.jpg" Aspect="AspectFill" />
    <telerikConversationalUI:RadChat x:Name="chat" BackgroundColor="Transparent" />
</Grid>