ClassImageMessage
Class
Represents message type that displays an image.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class ImageMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseImageMessage
Implements:
Inherited Members
Constructors
ImageMessage(Author, ImageSource, DateTime)
Initializes a new instance of the ImageMessage class.
Properties
InlineViewModel
Gets the InlineViewModel.
Declaration
cs-api-definition
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
Size
Gets or sets the image size.
Declaration
cs-api-definition
public Size Size { get; set; }
Property Value
Size
Source
Gets or sets the source of the image.
Declaration
cs-api-definition
public ImageSource Source { get; set; }
Property Value
ImageSource
Stretch
Gets or sets the stretching behavior of the image.
Declaration
cs-api-definition
public Stretch Stretch { get; set; }
Property Value
Stretch