New to Telerik UI for WinUI? Download free 30-day trial

Gif Message

The GifMessage is intended to be used for displaying gif elements. It exposes the following properties:

  • Author—The author of the message.
  • Source—Property of the type of Uri, which is used to display entries in the list message.
  • CreationDate—This property holds a DateTime object of the message's creation date.

Defining a GifMessage

GifMessage gifMessage = new GifMessage(this.currentAuthor, new Uri("ms-appx:///MyGif.gif", UriKind.Absolute)); 
this.chat.AddMessage(gifMessage); 
RadChat with a GifMessage

RadChat with a GifMessage

In this article
Not finding the help you need?