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