New to Telerik UI for WPFStart a free 30-day trial

Represents a message that displays images and text.

Definition

Constructors

Initializes a new instance of the ImageCardMessage class.

C#
public ImageCardMessage(Author author, DateTime creationDate = default)
Parameters:authorAuthorcreationDateDateTime

Initializes a new instance of the ImageCardMessage class.

C#
public ImageCardMessage(Author author, ImageSource imageSource, DateTime creationDate = default)
Parameters:authorAuthorimageSourceImageSourcecreationDateDateTime

Properties

Gets or sets the layout orientation.

C#
public CardOrientation CardOrientation { get; set; }

Gets or sets the image display mode.

C#
public ImageDisplayMode ImageDisplayMode { get; set; }

ImageSource

ImageSource

Gets or sets the image source.

C#
public ImageSource ImageSource { get; set; }