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

Represents view model for ChatMessageList.

Definition

Constructors

Initializes a new instance of the InlineViewModel class.

C#
public InlineViewModel(MessageBase message)
Parameters:messageMessageBase

Properties

Alignment

HorizontalAlignment

Gets a value that represents the visibility of the horizontal alignment.

C#
public HorizontalAlignment Alignment { get; }

Gets or sets a value that represents the calculated CornerRadius.

C#
public CornerRadius CalculatedCornerRadius { get; set; }

Gets or sets a value that represents the CornerRadius.

C#
public double CornerRadiusValue { get; set; }

Gets a value that represents the moment in time at which the message was registered.

C#
public DateTime CreationDate { get; }

Gets or sets a value that represents the creation date visibility.

C#
public Visibility CreationDateVisibility { get; set; }

Gets or sets a value that indicates whether the message is selected.

C#
public bool IsSelected { get; set; }

Gets the message's position in its parent MessageGroup.

C#
public MessagePosition PositionInGroup { get; }

Gets or sets a value that represents the visibility of the ReportCommands panel.

C#
public Visibility ReportCommandsVisibility { get; set; }

Gets or sets a value that represents the status text.

C#
public string Status { get; set; }

Gets or sets a value that represents the status visibility.

C#
public Visibility StatusVisibility { get; set; }