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

Controls how chat messages occupy horizontal space within the chat container. Use Standard for improved readability with messages taking only a portion of the width (default), or Full to span messages across the entire chat width.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum MessageWidthMode

Fields

Messages span the full width of the chat container.

C#
Full = 1

Messages take up a portion of the available space for better readability. This is the default behavior.

C#
Standard = 0
In this article
DefinitionFieldsFullStandard
Not finding the help you need?
Contact Support