Class GifMessage
Inheritance
System.Object
GifMessage
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GifMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
Declaration
public GifMessage(Author author, Uri source, DateTime creationDate = null)
Parameters
|
Author
author
|
|
System.Uri
source
|
|
System.DateTime
creationDate
|
Properties
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
Declaration
public Size Size { get; set; }
Property Value
Declaration
public Uri Source { get; set; }
Property Value
Declaration
public Stretch Stretch { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Stretch
|
Extension Methods