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