Table of Contents

Enum IconStyle

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Specifies the display style of a RadzenIcon. Affects the visual styling of RadzenIcon (Icon (text) color).

public enum IconStyle
Extension Methods

Fields

Base = 3

Base styling. Similar to base buttons.

Danger = 6

Danger styling.

Dark = 4

Dark styling. Similar to dark buttons.

Info = 8

Informative styling.

Light = 2

Light styling. Similar to light buttons.

Primary = 0

Primary styling. Similar to primary buttons.

Secondary = 1

Secondary styling. Similar to secondary buttons.

Success = 5

Success styling.

Warning = 7

Warning styling.