Class IconSize
Defines the icons to render with predefined size. IconSize will be included only when the icons will render using Name property.
Inheritance
System.Object
IconSize
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class IconSize : Enum
Fields
Large
Denotes the larger size of icon.
The icon size will be 24px
.
Declaration
public const IconSize Large
Field Value
Type |
---|
IconSize |
Medium
Denotes the default size of icon.
The icon size will be 16px
.
Declaration
public const IconSize Medium
Field Value
Type |
---|
IconSize |
Small
Denotes the smaller size of icon.
The icon size will be 8px
.
Declaration
public const IconSize Small
Field Value
Type |
---|
IconSize |