GifMessage
Class
Represents a message that displays gif files.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class GifMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseGifMessage
Implements:
Inherited Members
Constructors
Initializes a new instance of the GifMessage class.
Properties
Gets the InlineViewModel.
C#
public InlineViewModel InlineViewModel { get; }
Implements:
Gets or sets a command that is executed on MediaElement.MediaEnded.
C#
public ICommand MediaEndedCommand { get; set; }
Size
Size
Gets or sets the size.
C#
public Size Size { get; set; }
Source
Uri
Gets or sets the gif source.
C#
public Uri Source { get; set; }
Stretch
Stretch
Gets or sets the gif stretching behavior.
C#
public Stretch Stretch { get; set; }