Class RibbonItemSize
Specifies the possible sizes of a ribbon item. The size is applicable based on the mode of the SfRibbon.
Inheritance
System.Object
RibbonItemSize
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class RibbonItemSize : Enum
Fields
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.
Declaration
public const RibbonItemSize Large
Field Value
Type |
---|
RibbonItemSize |
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.
Declaration
public const RibbonItemSize Medium
Field Value
Type |
---|
RibbonItemSize |
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.
Declaration
public const RibbonItemSize Small
Field Value
Type |
---|
RibbonItemSize |