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

Represents a basic card message.

Definition

Constructors

Initializes a new instance of the CardMessage class.

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

Properties

Gets or sets the orientation of action results list.

C#
public Orientation ActionResultsOrientation { get; set; }

Gets the InlineViewModel.

C#
public InlineViewModel InlineViewModel { get; }

Implements: IInlineMessage.InlineViewModel

Gets or sets the subtitle.

C#
public string SubTitle { get; set; }

Gets or sets the text.

C#
public string Text { get; set; }

Gets or sets the text.

C#
public string Title { get; set; }