MessageWidthMode
Enum
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