New to Telerik UI for WPFStart a free 30-day trial

Represents a message that displays gif files.

Definition

Constructors

Initializes a new instance of the GifMessage class.

C#
public GifMessage(Author author, Uri source, DateTime creationDate = default)
Parameters:authorAuthorsourceUricreationDateDateTime

Properties

Gets the InlineViewModel.

C#
public InlineViewModel InlineViewModel { get; }

Implements: IInlineMessage.InlineViewModel

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; }

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; }