Class RibbonItemSize
Defines the current size of the ribbon item in normal mode.
Inheritance
System.Object
RibbonItemSize
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class RibbonItemSize : Enum
Fields
Large
The item appears with large icon and text at the bottom.
Declaration
public const RibbonItemSize Large
Field Value
Type |
---|
RibbonItemSize |
Medium
The item appears with small icon and text at the right.
Declaration
public const RibbonItemSize Medium
Field Value
Type |
---|
RibbonItemSize |
Small
The item appears with small icon only.
Declaration
public const RibbonItemSize Small
Field Value
Type |
---|
RibbonItemSize |