Enum AlertSize
Specifies the size of a RadzenAlert.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum AlertSize
Fields
| Name | Description |
|---|---|
| ExtraSmall | The smallest alert. |
| Large | An alert larger than the default. |
| Medium | The default size of an alert. |
| Small | A alert smaller than the default. |