menu

WinUI

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

    Show / Hide Table of Contents

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