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 InlineViewModel class.
Declaration
public InlineViewModel(MessageBase message)
Parameters
MessageBase
message
|
Properties
Alignment
Gets a value that represents the visibility of the horizontal alignment.
Declaration
public HorizontalAlignment Alignment { get; }
Property Value
System.Windows.HorizontalAlignment
|
CalculatedCornerRadius
Gets or sets a value that represents the calculated CornerRadius.
Declaration
public CornerRadius CalculatedCornerRadius { get; set; }
Property Value
System.Windows.CornerRadius
|
CornerRadiusValue
Gets or sets a value that represents the CornerRadius.
Declaration
public double CornerRadiusValue { get; set; }
Property Value
System.Double
|
CreationDate
Gets a value that represents the moment in time at which the message was registered.
Declaration
public DateTime CreationDate { get; }
Property Value
System.DateTime
|
CreationDateVisibility
Gets or sets a value that represents the creation date visibility.
Declaration
public Visibility CreationDateVisibility { get; set; }
Property Value
System.Windows.Visibility
|
IsSelected
Gets or sets a value that indicates whether the message is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
PositionInGroup
Gets the message's position in its parent MessageGroup.
Declaration
public MessagePosition PositionInGroup { get; }
Property Value
MessagePosition
|
ReportCommandsVisibility
Gets or sets a value that represents the visibility of the ReportCommands panel.
Declaration
public Visibility ReportCommandsVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Status
Gets or sets a value that represents the status text.
Declaration
public string Status { get; set; }
Property Value
System.String
|
StatusVisibility
Gets or sets a value that represents the status visibility.
Declaration
public Visibility StatusVisibility { get; set; }
Property Value
System.Windows.Visibility
|