Class RibbonElementSizeModes
Defines a constant that specifies the arrangements of icon and content of IRibbonItem.
Inheritance
System.Object
RibbonElementSizeModes
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public sealed class RibbonElementSizeModes : Enum
Fields
Large
Displays Icon and content in vertical arrangements for IRibbonItem.
Declaration
public const RibbonElementSizeModes Large
Field Value
Type |
---|
RibbonElementSizeModes |
Normal
Displays Icon and content in horizontal arrangements for IRibbonItem.
Declaration
public const RibbonElementSizeModes Normal
Field Value
Type |
---|
RibbonElementSizeModes |
Small
Displays Icon alone for IRibbonItem.
Declaration
public const RibbonElementSizeModes Small
Field Value
Type |
---|
RibbonElementSizeModes |