menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonItemSize - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved