Class CardMessage
Inheritance
System.Object
CardMessage
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CardMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
Declaration
public CardMessage(Author author, DateTime creationDate = null)
Parameters
|
Author
author
|
|
System.DateTime
creationDate
|
Properties
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
Declaration
public string SubTitle { get; set; }
Property Value
Declaration
public string Text { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Extension Methods