Class MessageVariant
Specifies the predefined appearance variants for the SfMessage component to display.
Inheritance
System.Object
MessageVariant
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MessageVariant : Enum
Fields
Filled
Denotes the MessageSeverity is differentiated using text color and dark back colors.
Declaration
public const MessageVariant Filled
Field Value
Type |
---|
MessageVariant |
Outlined
Denotes the MessageSeverity is differentiated using text color and border without background.
Declaration
public const MessageVariant Outlined
Field Value
Type |
---|
MessageVariant |
Text
Denotes the MessageSeverity is differentiated using text color and light back colors.
Declaration
public const MessageVariant Text
Field Value
Type |
---|
MessageVariant |