Class ImageCardMessage
Inheritance
System.Object
ImageCardMessage
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ImageCardMessage : CardMessage, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
Declaration
public ImageCardMessage(Author author, DateTime creationDate = null)
Parameters
|
Author
author
|
|
System.DateTime
creationDate
|
Properties
Declaration
public CardOrientation CardOrientation { get; set; }
Property Value
Declaration
public ImageDisplayMode ImageDisplayMode { get; set; }
Property Value
Declaration
public ImageSource ImageSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.ImageSource
|
Extension Methods