Enum
MessageWidthMode

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:

cs-api-definition
public enum MessageWidthMode

Fields

Full

Messages span the full width of the chat container.

Declaration

cs-api-definition
Full = 1

Field Value

MessageWidthMode

Standard

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

Declaration

cs-api-definition
Standard = 0

Field Value

MessageWidthMode

In this article
DefinitionFieldsFullStandard
Not finding the help you need?
Contact Support