Class
GifMessage

Represents a message that displays gif files.

Definition

Constructors

GifMessage(Author, Uri, DateTime)

Initializes a new instance of the GifMessage class.

Declaration

cs-api-definition
public GifMessage(Author author, Uri source, DateTime creationDate = default)

Parameters

author

Author

source

Uri

creationDate

DateTime

Properties

InlineViewModel

Gets the InlineViewModel.

Declaration

cs-api-definition
public InlineViewModel InlineViewModel { get; }

Property Value

InlineViewModel

Implements IInlineMessage.InlineViewModel

MediaEndedCommand

Gets or sets a command that is executed on MediaElement.MediaEnded.

Declaration

cs-api-definition
public ICommand MediaEndedCommand { get; set; }

Property Value

ICommand

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