Class InlineViewModel
Represents view model for ChatMessageList.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class InlineViewModel : ReportResultViewModel, IReportMessageResult, INotifyPropertyChanged
Constructors
InlineViewModel(MessageBase)
Initializes a new instance of the Inline
Declaration
public InlineViewModel(MessageBase message)
Parameters
Message
|
Properties
Alignment
Gets a value that represents the visibility of the horizontal alignment.
Declaration
public HorizontalAlignment Alignment { get; }
Property Value
System.
|
CalculatedCornerRadius
Gets or sets a value that represents the calculated CornerRadius.
Declaration
public CornerRadius CalculatedCornerRadius { get; set; }
Property Value
System.
|
CornerRadiusValue
Gets or sets a value that represents the CornerRadius.
Declaration
public double CornerRadiusValue { get; set; }
Property Value
System.
|
CreationDate
Gets a value that represents the moment in time at which the message was registered.
Declaration
public DateTime CreationDate { get; }
Property Value
System.
|
CreationDateVisibility
Gets or sets a value that represents the creation date visibility.
Declaration
public Visibility CreationDateVisibility { get; set; }
Property Value
System.
|
IsSelected
Gets or sets a value that indicates whether the message is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
PositionInGroup
Gets the message's position in its parent MessageGroup.
Declaration
public MessagePosition PositionInGroup { get; }
Property Value
ReportCommandsVisibility
Gets or sets a value that represents the visibility of the ReportCommands panel.
Declaration
public Visibility ReportCommandsVisibility { get; set; }
Property Value
System.
|
Status
Gets or sets a value that represents the status text.
Declaration
public string Status { get; set; }
Property Value
System.
|
StatusVisibility
Gets or sets a value that represents the status visibility.
Declaration
public Visibility StatusVisibility { get; set; }
Property Value
System.
|