Enum RibbonItemSize
Specifies the possible sizes of a ribbon item. The size is applicable based on the mode of the SfRibbon.
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
[Flags]
public enum RibbonItemSize
Fields
| Name | Description |
|---|---|
| Large | Represents a large ribbon item. The item is displayed with a large icon and text positioned at the bottom. This size is only applicable in Classic mode of the SfRibbon. |
| Medium | Represents a medium ribbon item. The item is displayed with a small icon and text positioned to the right of the icon. This size is applicable in both Classic and Simplified modes of the SfRibbon. |
| Small | Represents a small ribbon item. The item is displayed with a small icon only, with no accompanying text. This size is applicable in both Classic and Simplified modes of the SfRibbon. |